Html Css Color HEX #A0CEF0 Sail

📋 copy color: '#A0CEF0'

red 160 ◦ green 206 ◦ blue 240

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

Shades of Sail #A0CEF0

Tints of Sail #A0CEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.6%

R = 26.4%
G = 33.99%
B = 39.6%

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

#A0CEF0 (or 0xA0CEF0) is known color: Sail. HEX triplet: A0, CE and F0. RGB value is (160,206,240). Sum of RGB (Red+Green+Blue) = 160+206+240=606 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.40% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0CEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CEF0 is #5F310F. Grayscale: #C3C3C3. Windows color (decimal): -6238480 or 15781536. OLE color: 15781536.

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

Color convert

RGB 160 206 240 -
CMYK 0.33 0.14 0 0.06
HSL 205.5º 0.73% 0.78% -
HSV(B) 205.5º 0.33% 0.94% -
XYZ 52.3 57.91 90.86 -
YUV 196.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 160 206 240 0.33 0.14 0 0.06 205.5 0.73 0.78
Hex A0 CE F0 21 E 0 6 CE 49 4E
Octal 240 316 360 41 16 0 6 316 111 116
Binary 10100000 11001110 11110000 100001 1110 0 110 11001110 1001001 1001110

Color Harmonies of #A0CEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CEF0

Black with #A0CEF0

Text Example


Text Example

White with #A0CEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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