Html Css Color HEX #A0CFFA Sail

📋 copy color: '#A0CFFA'

red 160 ◦ green 207 ◦ blue 250

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

Shades of Sail #A0CFFA

Tints of Sail #A0CFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.52%

R = 25.93%
G = 33.55%
B = 40.52%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A0CFFA (or 0xA0CFFA) is known color: Sail. HEX triplet: A0, CF and FA. RGB value is (160,207,250). Sum of RGB (Red+Green+Blue) = 160+207+250=617 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.93% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0CFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CFFA is #5F3005. Grayscale: #C5C5C5. Windows color (decimal): -6238214 or 16437152. OLE color: 16437152.

HSL color Cylindrical-coordinate representation of color #A0CFFA: hue angle of 208.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0CFFA is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 207 250 -
CMYK 0.36 0.17 0 0.02
HSL 208.67º 0.9% 0.8% -
HSV(B) 208.67º 0.36% 0.98% -
XYZ 54.07 59 98.98 -
YUV 197.85 157.43 101 -
System Red Green Blue C M Y K H S L
Decimal 160 207 250 0.36 0.17 0 0.02 208.67 0.9 0.8
Hex A0 CF FA 24 11 0 2 D1 5A 50
Octal 240 317 372 44 21 0 2 321 132 120
Binary 10100000 11001111 11111010 100100 10001 0 10 11010001 1011010 1010000

Color Harmonies of #A0CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CFFA

Black with #A0CFFA

Text Example


Text Example

White with #A0CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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