Html Css Color HEX #A0CFEF Sail

📋 copy color: '#A0CFEF'

red 160 ◦ green 207 ◦ blue 239

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

Shades of Sail #A0CFEF

Tints of Sail #A0CFEF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.16%

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

R = 26.4%
G = 34.16%
B = 39.44%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A0CFEF (or 0xA0CFEF) is known color: Sail. HEX triplet: A0, CF and EF. RGB value is (160,207,239). Sum of RGB (Red+Green+Blue) = 160+207+239=606 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.40% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CFEF is #5F3010. Grayscale: #C4C4C4. Windows color (decimal): -6238225 or 15716256. OLE color: 15716256.

HSL color Cylindrical-coordinate representation of color #A0CFEF: hue angle of 204.3º 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 #A0CFEF is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 207 239 -
CMYK 0.33 0.13 0 0.06
HSL 204.3º 0.71% 0.78% -
HSV(B) 204.3º 0.33% 0.94% -
XYZ 52.39 58.33 90.16 -
YUV 196.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 160 207 239 0.33 0.13 0 0.06 204.3 0.71 0.78
Hex A0 CF EF 21 D 0 6 CC 47 4E
Octal 240 317 357 41 15 0 6 314 107 116
Binary 10100000 11001111 11101111 100001 1101 0 110 11001100 1000111 1001110

Color Harmonies of #A0CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CFEF

Black with #A0CFEF

Text Example


Text Example

White with #A0CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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