#ABCDF2

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

Shades of Pale Cornflower Blue #ABCDF2

Tints of Pale Cornflower Blue #ABCDF2

Color information

#ABCDF2 (or 0xABCDF2) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CD and F2. RGB value is (171,205,242). Sum of RGB (Red+Green+Blue) = 171+205+242=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABCDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCDF2 is #54320D. Grayscale: #C6C6C6. Windows color (decimal): -5517838 or 15912363. OLE color: 15912363.

HSL color Cylindrical-coordinate representation of color #ABCDF2: hue angle of 211.27º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABCDF2 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171205242-
CMYK0.290.1500.05
HSL211.27º73.2%80.98%-
HSV(B)211.27º29.34%94.9%-
XYZ54.6558.7392.46-
YUV199.05152.24107.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.67%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 242 (94.92% from 255) = 39.16%
R=27.67%
G=33.17%
B=39.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712052420.290.1500.05211.2773.280.98
HexABCDF21DF05d34951
Octal253315362351705323111121
Binary10101011110011011111001011101111101011101001110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCDF2; }

 p { color: rgb(171,205,242); }

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

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

 a { background-color: rgb(171,205,242); }

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

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

 span { border-color: rgb(171,205,242); }

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