Html Css Color HEX #A0CFE7 Sail

📋 copy color: '#A0CFE7'

red 160 ◦ green 207 ◦ blue 231

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

Shades of Sail #A0CFE7

Tints of Sail #A0CFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.63%

R = 26.76%
G = 34.62%
B = 38.63%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A0CFE7 (or 0xA0CFE7) is known color: Sail. HEX triplet: A0, CF and E7. RGB value is (160,207,231). Sum of RGB (Red+Green+Blue) = 160+207+231=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 231 - color contains mainly: blue. Hex color #A0CFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CFE7 is #5F3018. Grayscale: #C3C3C3. Windows color (decimal): -6238233 or 15191968. OLE color: 15191968.

HSL color Cylindrical-coordinate representation of color #A0CFE7: hue angle of 200.28º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0CFE7 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 207 231 -
CMYK 0.31 0.10 0 0.09
HSL 200.28º 0.6% 0.77% -
HSV(B) 200.28º 0.31% 0.91% -
XYZ 51.23 57.87 84.07 -
YUV 195.68 147.93 102.55 -
System Red Green Blue C M Y K H S L
Decimal 160 207 231 0.31 0.10 0 0.09 200.28 0.6 0.77
Hex A0 CF E7 1F A 0 9 C8 3C 4D
Octal 240 317 347 37 12 0 11 310 74 115
Binary 10100000 11001111 11100111 11111 1010 0 1001 11001000 111100 1001101

Color Harmonies of #A0CFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CFE7

Black with #A0CFE7

Text Example


Text Example

White with #A0CFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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