Html Css Color HEX #A0CFED Sail

📋 copy color: '#A0CFED'

red 160 ◦ green 207 ◦ blue 237

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

Shades of Sail #A0CFED

Tints of Sail #A0CFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.24%

R = 26.49%
G = 34.27%
B = 39.24%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A0CFED (or 0xA0CFED) is known color: Sail. HEX triplet: A0, CF and ED. RGB value is (160,207,237). Sum of RGB (Red+Green+Blue) = 160+207+237=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0CFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CFED is #5F3012. Grayscale: #C4C4C4. Windows color (decimal): -6238227 or 15585184. OLE color: 15585184.

HSL color Cylindrical-coordinate representation of color #A0CFED: hue angle of 203.38º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0CFED is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 207 237 -
CMYK 0.32 0.13 0 0.07
HSL 203.38º 0.68% 0.78% -
HSV(B) 203.38º 0.32% 0.93% -
XYZ 52.1 58.21 88.61 -
YUV 196.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 160 207 237 0.32 0.13 0 0.07 203.38 0.68 0.78
Hex A0 CF ED 20 D 0 7 CB 44 4E
Octal 240 317 355 40 15 0 7 313 104 116
Binary 10100000 11001111 11101101 100000 1101 0 111 11001011 1000100 1001110

Color Harmonies of #A0CFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CFED

Black with #A0CFED

Text Example


Text Example

White with #A0CFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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