Html Css Color HEX #A0C2FF Pale Cornflower Blue

📋 copy color: '#A0C2FF'

red 160 ◦ green 194 ◦ blue 255

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

Shades of Pale Cornflower Blue #A0C2FF

Tints of Pale Cornflower Blue #A0C2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.87%

R = 26.27%
G = 31.86%
B = 41.87%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A0C2FF (or 0xA0C2FF) is known color: Pale Cornflower Blue. HEX triplet: A0, C2 and FF. RGB value is (160,194,255). Sum of RGB (Red+Green+Blue) = 160+194+255=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0C2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C2FF is #5F3D00. Grayscale: #BEBEBE. Windows color (decimal): -6241537 or 16761504. OLE color: 16761504.

HSL color Cylindrical-coordinate representation of color #A0C2FF: hue angle of 218.53º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0C2FF is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 194 255 -
CMYK 0.37 0.24 0 0
HSL 218.53º 1% 0.81% -
HSV(B) 218.53º 0.37% 1% -
XYZ 51.84 53.28 102.16 -
YUV 190.79 164.24 106.04 -
System Red Green Blue C M Y K H S L
Decimal 160 194 255 0.37 0.24 0 0 218.53 1 0.81
Hex A0 C2 FF 25 18 0 0 DB 64 51
Octal 240 302 377 45 30 0 0 333 144 121
Binary 10100000 11000010 11111111 100101 11000 0 0 11011011 1100100 1010001

Color Harmonies of #A0C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C2FF

Black with #A0C2FF

Text Example


Text Example

White with #A0C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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