Html Css Color HEX #A0C2F8 Pale Cornflower Blue

📋 copy color: '#A0C2F8'

red 160 ◦ green 194 ◦ blue 248

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

Shades of Pale Cornflower Blue #A0C2F8

Tints of Pale Cornflower Blue #A0C2F8

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.23%

 BLUE value IS 248 (97.27% from 255) = 41.2%

R = 26.58%
G = 32.23%
B = 41.2%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A0C2F8 (or 0xA0C2F8) is known color: Pale Cornflower Blue. HEX triplet: A0, C2 and F8. RGB value is (160,194,248). Sum of RGB (Red+Green+Blue) = 160+194+248=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #A0C2F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C2F8 is #5F3D07. Grayscale: #BDBDBD. Windows color (decimal): -6241544 or 16302752. OLE color: 16302752.

HSL color Cylindrical-coordinate representation of color #A0C2F8: hue angle of 216.82º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0C2F8 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 194 248 -
CMYK 0.35 0.22 0 0.03
HSL 216.82º 0.86% 0.8% -
HSV(B) 216.82º 0.35% 0.97% -
XYZ 50.73 52.83 96.33 -
YUV 189.99 160.74 106.61 -
System Red Green Blue C M Y K H S L
Decimal 160 194 248 0.35 0.22 0 0.03 216.82 0.86 0.8
Hex A0 C2 F8 23 16 0 3 D9 56 50
Octal 240 302 370 43 26 0 3 331 126 120
Binary 10100000 11000010 11111000 100011 10110 0 11 11011001 1010110 1010000

Color Harmonies of #A0C2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C2F8

Black with #A0C2F8

Text Example


Text Example

White with #A0C2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C2F8; }

 p { color: rgb(160,194,248); }

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

background-color css

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

 a { background-color: rgb(160,194,248); }

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

border-color css

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

 span { border-color: rgb(160,194,248); }

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