Html Css Color HEX #A0C2FE Pale Cornflower Blue

📋 copy color: '#A0C2FE'

red 160 ◦ green 194 ◦ blue 254

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

Shades of Pale Cornflower Blue #A0C2FE

Tints of Pale Cornflower Blue #A0C2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.78%

R = 26.32%
G = 31.91%
B = 41.78%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A0C2FE (or 0xA0C2FE) is known color: Pale Cornflower Blue. HEX triplet: A0, C2 and FE. RGB value is (160,194,254). Sum of RGB (Red+Green+Blue) = 160+194+254=608 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.32% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0C2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C2FE is #5F3D01. Grayscale: #BEBEBE. Windows color (decimal): -6241538 or 16695968. OLE color: 16695968.

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

Color convert

RGB 160 194 254 -
CMYK 0.37 0.24 0 0.00
HSL 218.3º 0.98% 0.81% -
HSV(B) 218.3º 0.37% 1% -
XYZ 51.68 53.21 101.31 -
YUV 190.67 163.74 106.12 -
System Red Green Blue C M Y K H S L
Decimal 160 194 254 0.37 0.24 0 0.00 218.3 0.98 0.81
Hex A0 C2 FE 25 18 0 0 DA 62 51
Octal 240 302 376 45 30 0 0 332 142 121
Binary 10100000 11000010 11111110 100101 11000 0 0 11011010 1100010 1010001

Color Harmonies of #A0C2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C2FE

Black with #A0C2FE

Text Example


Text Example

White with #A0C2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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