Html Css Color HEX #A0D4F2 Sail

📋 copy color: '#A0D4F2'

red 160 ◦ green 212 ◦ blue 242

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

Shades of Sail #A0D4F2

Tints of Sail #A0D4F2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.53%

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

R = 26.06%
G = 34.53%
B = 39.41%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A0D4F2 (or 0xA0D4F2) is known color: Sail. HEX triplet: A0, D4 and F2. RGB value is (160,212,242). Sum of RGB (Red+Green+Blue) = 160+212+242=614 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.06% from 614); Green value is 212 (83.20% from 255 or 34.53% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 242 - color contains mainly: blue. Hex color #A0D4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D4F2 is #5F2B0D. Grayscale: #C7C7C7. Windows color (decimal): -6236942 or 15914144. OLE color: 15914144.

HSL color Cylindrical-coordinate representation of color #A0D4F2: hue angle of 201.95º 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 #A0D4F2 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 212 242 -
CMYK 0.34 0.12 0 0.05
HSL 201.95º 0.76% 0.79% -
HSV(B) 201.95º 0.34% 0.95% -
XYZ 54.07 60.97 92.92 -
YUV 199.87 151.77 99.56 -
System Red Green Blue C M Y K H S L
Decimal 160 212 242 0.34 0.12 0 0.05 201.95 0.76 0.79
Hex A0 D4 F2 22 C 0 5 CA 4C 4F
Octal 240 324 362 42 14 0 5 312 114 117
Binary 10100000 11010100 11110010 100010 1100 0 101 11001010 1001100 1001111

Color Harmonies of #A0D4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D4F2

Black with #A0D4F2

Text Example


Text Example

White with #A0D4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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