#ABD2FE

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

Shades of Pale Cornflower Blue #ABD2FE

Tints of Pale Cornflower Blue #ABD2FE

Color information

#ABD2FE (or 0xABD2FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D2 and FE. RGB value is (171,210,254). Sum of RGB (Red+Green+Blue) = 171+210+254=635 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.93% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABD2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD2FE is #542D01. Grayscale: #CBCBCB. Windows color (decimal): -5516546 or 16700075. OLE color: 16700075.

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

Color convert

RGB171210254-
CMYK0.330.1700.00
HSL211.81º97.65%83.33%-
HSV(B)211.81º32.68%99.61%-
XYZ57.7361.91102.67-
YUV203.36156.58104.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.93%
GREEN value IS 210 (82.42% from 255) = 33.07%
BLUE value IS 254 (99.61% from 255) = 40%
R=26.93%
G=33.07%
B=40%

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
Decimal1712102540.330.1700.00211.8197.6583.33
HexABD2FE211100d46253
Octal253322376412100324142123
Binary10101011110100101111111010000110001001101010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD2FE; }

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

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

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

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

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

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

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

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