Html Css Color HEX #A0CBE2 French Pass

📋 copy color: '#A0CBE2'

red 160 ◦ green 203 ◦ blue 226

#A0CBE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Pass #A0CBE2

Tints of French Pass #A0CBE2

RGB

 RED value IS 160 (62.89% from 255) = 27.16%

 GREEN value IS 203 (79.69% from 255) = 34.47%

 BLUE value IS 226 (88.67% from 255) = 38.37%

R = 27.16%
G = 34.47%
B = 38.37%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A0CBE2 (or 0xA0CBE2) is known color: French Pass. HEX triplet: A0, CB and E2. RGB value is (160,203,226). Sum of RGB (Red+Green+Blue) = 160+203+226=589 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.16% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 226 - color contains mainly: blue. Hex color #A0CBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBE2 is #5F341D. Grayscale: #C0C0C0. Windows color (decimal): -6239262 or 14863264. OLE color: 14863264.

HSL color Cylindrical-coordinate representation of color #A0CBE2: hue angle of 200.91º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0CBE2 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 203 226 -
CMYK 0.29 0.10 0 0.11
HSL 200.91º 0.53% 0.76% -
HSV(B) 200.91º 0.29% 0.89% -
XYZ 49.58 55.68 80.08 -
YUV 192.77 146.75 104.63 -
System Red Green Blue C M Y K H S L
Decimal 160 203 226 0.29 0.10 0 0.11 200.91 0.53 0.76
Hex A0 CB E2 1D A 0 B C9 35 4C
Octal 240 313 342 35 12 0 13 311 65 114
Binary 10100000 11001011 11100010 11101 1010 0 1011 11001001 110101 1001100

Color Harmonies of #A0CBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CBE2

Black with #A0CBE2

Text Example


Text Example

White with #A0CBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CBE2; }

 p { color: rgb(160,203,226); }

 H1.HeaderClassName
 {
   color: #A0CBE2;
 }
 .AnyTagClassName
 {
   color: #A0CBE2;
 }
</style>

background-color css

<style>
 a { background-color: #A0CBE2; }

 a { background-color: rgb(160,203,226); }

 div.DivClassName
 {
   background-color: #A0CBE2;
 }
 .BgClassName
 {
   background-color: #A0CBE2;
 }
</style>

border-color css

<style>
 span { border-color: #A0CBE2; }

 span { border-color: rgb(160,203,226); }

 td.TdClassName
 {
   border-color: #A0CBE2;
 }
 .TagClassName
 {
   border-color: #A0CBE2;
 }
</style>