Html Css Color HEX #A0CEEF Sail

📋 copy color: '#A0CEEF'

red 160 ◦ green 206 ◦ blue 239

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

Shades of Sail #A0CEEF

Tints of Sail #A0CEEF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.05%

 BLUE value IS 239 (93.75% from 255) = 39.5%

R = 26.45%
G = 34.05%
B = 39.5%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A0CEEF (or 0xA0CEEF) is known color: Sail. HEX triplet: A0, CE and EF. RGB value is (160,206,239). Sum of RGB (Red+Green+Blue) = 160+206+239=605 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.45% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0CEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CEEF is #5F3110. Grayscale: #C3C3C3. Windows color (decimal): -6238481 or 15716000. OLE color: 15716000.

HSL color Cylindrical-coordinate representation of color #A0CEEF: hue angle of 205.06º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0CEEF is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 206 239 -
CMYK 0.33 0.14 0 0.06
HSL 205.06º 0.71% 0.78% -
HSV(B) 205.06º 0.33% 0.94% -
XYZ 52.15 57.85 90.08 -
YUV 196.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 160 206 239 0.33 0.14 0 0.06 205.06 0.71 0.78
Hex A0 CE EF 21 E 0 6 CD 47 4E
Octal 240 316 357 41 16 0 6 315 107 116
Binary 10100000 11001110 11101111 100001 1110 0 110 11001101 1000111 1001110

Color Harmonies of #A0CEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CEEF

Black with #A0CEEF

Text Example


Text Example

White with #A0CEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CEEF; }

 p { color: rgb(160,206,239); }

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

background-color css

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

 a { background-color: rgb(160,206,239); }

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

border-color css

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

 span { border-color: rgb(160,206,239); }

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