Html Css Color HEX #A0CEEC Sail

📋 copy color: '#A0CEEC'

red 160 ◦ green 206 ◦ blue 236

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

Shades of Sail #A0CEEC

Tints of Sail #A0CEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.2%

R = 26.58%
G = 34.22%
B = 39.2%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A0CEEC (or 0xA0CEEC) is known color: Sail. HEX triplet: A0, CE and EC. RGB value is (160,206,236). Sum of RGB (Red+Green+Blue) = 160+206+236=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0CEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CEEC is #5F3113. Grayscale: #C3C3C3. Windows color (decimal): -6238484 or 15519392. OLE color: 15519392.

HSL color Cylindrical-coordinate representation of color #A0CEEC: hue angle of 203.68º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0CEEC is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 206 236 -
CMYK 0.32 0.13 0 0.07
HSL 203.68º 0.67% 0.78% -
HSV(B) 203.68º 0.32% 0.93% -
XYZ 51.71 57.67 87.76 -
YUV 195.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 160 206 236 0.32 0.13 0 0.07 203.68 0.67 0.78
Hex A0 CE EC 20 D 0 7 CC 43 4E
Octal 240 316 354 40 15 0 7 314 103 116
Binary 10100000 11001110 11101100 100000 1101 0 111 11001100 1000011 1001110

Color Harmonies of #A0CEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CEEC

Black with #A0CEEC

Text Example


Text Example

White with #A0CEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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