Html Css Color HEX #A0C4FE Pale Cornflower Blue

📋 copy color: '#A0C4FE'

red 160 ◦ green 196 ◦ blue 254

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

Shades of Pale Cornflower Blue #A0C4FE

Tints of Pale Cornflower Blue #A0C4FE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.13%

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

R = 26.23%
G = 32.13%
B = 41.64%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A0C4FE (or 0xA0C4FE) is known color: Pale Cornflower Blue. HEX triplet: A0, C4 and FE. RGB value is (160,196,254). Sum of RGB (Red+Green+Blue) = 160+196+254=610 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.23% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0C4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C4FE is #5F3B01. Grayscale: #BFBFBF. Windows color (decimal): -6241026 or 16696480. OLE color: 16696480.

HSL color Cylindrical-coordinate representation of color #A0C4FE: hue angle of 217.02º 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 #A0C4FE is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 196 254 -
CMYK 0.37 0.23 0 0.00
HSL 217.02º 0.98% 0.81% -
HSV(B) 217.02º 0.37% 1% -
XYZ 52.13 54.11 101.46 -
YUV 191.85 163.07 105.28 -
System Red Green Blue C M Y K H S L
Decimal 160 196 254 0.37 0.23 0 0.00 217.02 0.98 0.81
Hex A0 C4 FE 25 17 0 0 D9 62 51
Octal 240 304 376 45 27 0 0 331 142 121
Binary 10100000 11000100 11111110 100101 10111 0 0 11011001 1100010 1010001

Color Harmonies of #A0C4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C4FE

Black with #A0C4FE

Text Example


Text Example

White with #A0C4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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