Html Css Color HEX #A0CBF0 Sail

📋 copy color: '#A0CBF0'

red 160 ◦ green 203 ◦ blue 240

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

Shades of Sail #A0CBF0

Tints of Sail #A0CBF0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.67%

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

R = 26.53%
G = 33.67%
B = 39.8%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A0CBF0 (or 0xA0CBF0) is known color: Sail. HEX triplet: A0, CB and F0. RGB value is (160,203,240). Sum of RGB (Red+Green+Blue) = 160+203+240=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #A0CBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CBF0 is #5F340F. Grayscale: #C2C2C2. Windows color (decimal): -6239248 or 15780768. OLE color: 15780768.

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

Color convert

RGB 160 203 240 -
CMYK 0.33 0.15 0 0.06
HSL 207.75º 0.73% 0.78% -
HSV(B) 207.75º 0.33% 0.94% -
XYZ 51.58 56.48 90.62 -
YUV 194.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 160 203 240 0.33 0.15 0 0.06 207.75 0.73 0.78
Hex A0 CB F0 21 F 0 6 D0 49 4E
Octal 240 313 360 41 17 0 6 320 111 116
Binary 10100000 11001011 11110000 100001 1111 0 110 11010000 1001001 1001110

Color Harmonies of #A0CBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CBF0

Black with #A0CBF0

Text Example


Text Example

White with #A0CBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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