Html Css Color HEX #A0CCF2 Sail

📋 copy color: '#A0CCF2'

red 160 ◦ green 204 ◦ blue 242

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

Shades of Sail #A0CCF2

Tints of Sail #A0CCF2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.66%

 BLUE value IS 242 (94.92% from 255) = 39.93%

R = 26.4%
G = 33.66%
B = 39.93%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A0CCF2 (or 0xA0CCF2) is known color: Sail. HEX triplet: A0, CC and F2. RGB value is (160,204,242). Sum of RGB (Red+Green+Blue) = 160+204+242=606 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.40% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #A0CCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CCF2 is #5F330D. Grayscale: #C2C2C2. Windows color (decimal): -6238990 or 15912096. OLE color: 15912096.

HSL color Cylindrical-coordinate representation of color #A0CCF2: hue angle of 207.8º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0CCF2 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 204 242 -
CMYK 0.34 0.16 0 0.05
HSL 207.8º 0.76% 0.79% -
HSV(B) 207.8º 0.34% 0.95% -
XYZ 52.12 57.07 92.27 -
YUV 195.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 160 204 242 0.34 0.16 0 0.05 207.8 0.76 0.79
Hex A0 CC F2 22 10 0 5 D0 4C 4F
Octal 240 314 362 42 20 0 5 320 114 117
Binary 10100000 11001100 11110010 100010 10000 0 101 11010000 1001100 1001111

Color Harmonies of #A0CCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CCF2

Black with #A0CCF2

Text Example


Text Example

White with #A0CCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CCF2; }

 p { color: rgb(160,204,242); }

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

background-color css

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

 a { background-color: rgb(160,204,242); }

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

border-color css

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

 span { border-color: rgb(160,204,242); }

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