#ABCDF4

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

Shades of Pale Cornflower Blue #ABCDF4

Tints of Pale Cornflower Blue #ABCDF4

Color information

#ABCDF4 (or 0xABCDF4) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CD and F4. RGB value is (171,205,244). Sum of RGB (Red+Green+Blue) = 171+205+244=620 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.58% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 244 (95.70% from 255 or 39.35% from 620); Max value from RGB is 244 - color contains mainly: blue. Hex color #ABCDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCDF4 is #54320B. Grayscale: #C7C7C7. Windows color (decimal): -5517836 or 16043435. OLE color: 16043435.

HSL color Cylindrical-coordinate representation of color #ABCDF4: hue angle of 212.05º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABCDF4 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171205244-
CMYK0.300.1600.04
HSL212.05º76.84%81.37%-
HSV(B)212.05º29.92%95.69%-
XYZ54.9658.8594.05-
YUV199.28153.24107.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.58%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 244 (95.70% from 255) = 39.35%
R=27.58%
G=33.06%
B=39.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712052440.300.1600.04212.0576.8481.37
HexABCDF41E1004d44d51
Octal253315364362004324115121
Binary101010111100110111110100111101000001001101010010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCDF4; }

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

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

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

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

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

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

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

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