#ABD4FE

Color #ABD4FE Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #ABD4FE

Tints of Pale Cornflower Blue #ABD4FE

Color information

#ABD4FE (or 0xABD4FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D4 and FE. RGB value is (171,212,254). Sum of RGB (Red+Green+Blue) = 171+212+254=637 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.84% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABD4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD4FE is #542B01. Grayscale: #CCCCCC. Windows color (decimal): -5516034 or 16700587. OLE color: 16700587.

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

Color convert

RGB171212254-
CMYK0.330.1700.00
HSL210.36º97.65%83.33%-
HSV(B)210.36º32.68%99.61%-
XYZ58.2362.9102.84-
YUV204.53155.92104.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.84%
GREEN value IS 212 (83.20% from 255) = 33.28%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=26.84%
G=33.28%
B=39.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712122540.330.1700.00210.3697.6583.33
HexABD4FE211100d26253
Octal253324376412100322142123
Binary10101011110101001111111010000110001001101001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD4FE; }

 p { color: rgb(171,212,254); }

 H1.HeaderClassName
 {
   color: #ABD4FE;
 }
 .AnyTagClassName
 {
   color: #ABD4FE;
 }
</style>
background-color css

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

 a { background-color: rgb(171,212,254); }

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

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

 span { border-color: rgb(171,212,254); }

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