Html Css Color HEX #A0CFEB Sail

📋 copy color: '#A0CFEB'

red 160 ◦ green 207 ◦ blue 235

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

Shades of Sail #A0CFEB

Tints of Sail #A0CFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.04%

R = 26.58%
G = 34.39%
B = 39.04%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A0CFEB (or 0xA0CFEB) is known color: Sail. HEX triplet: A0, CF and EB. RGB value is (160,207,235). Sum of RGB (Red+Green+Blue) = 160+207+235=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CFEB is #5F3014. Grayscale: #C3C3C3. Windows color (decimal): -6238229 or 15454112. OLE color: 15454112.

HSL color Cylindrical-coordinate representation of color #A0CFEB: hue angle of 202.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0CFEB is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 207 235 -
CMYK 0.32 0.12 0 0.08
HSL 202.4º 0.65% 0.77% -
HSV(B) 202.4º 0.32% 0.92% -
XYZ 51.81 58.1 87.08 -
YUV 196.14 149.93 102.22 -
System Red Green Blue C M Y K H S L
Decimal 160 207 235 0.32 0.12 0 0.08 202.4 0.65 0.77
Hex A0 CF EB 20 C 0 8 CA 41 4D
Octal 240 317 353 40 14 0 10 312 101 115
Binary 10100000 11001111 11101011 100000 1100 0 1000 11001010 1000001 1001101

Color Harmonies of #A0CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CFEB

Black with #A0CFEB

Text Example


Text Example

White with #A0CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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