#ABCBF2

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

Shades of Pale Cornflower Blue #ABCBF2

Tints of Pale Cornflower Blue #ABCBF2

Color information

#ABCBF2 (or 0xABCBF2) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CB and F2. RGB value is (171,203,242). Sum of RGB (Red+Green+Blue) = 171+203+242=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABCBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCBF2 is #54340D. Grayscale: #C5C5C5. Windows color (decimal): -5518350 or 15911851. OLE color: 15911851.

HSL color Cylindrical-coordinate representation of color #ABCBF2: hue angle of 212.96º 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 #ABCBF2 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171203242-
CMYK0.290.1600.05
HSL212.96º73.2%80.98%-
HSV(B)212.96º29.34%94.9%-
XYZ54.1857.7892.3-
YUV197.88152.9108.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.76%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 242 (94.92% from 255) = 39.29%
R=27.76%
G=32.95%
B=39.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712032420.290.1600.05212.9673.280.98
HexABCBF21D1005d54951
Octal253313362352005325111121
Binary101010111100101111110010111011000001011101010110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBF2; }

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

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

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

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

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

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

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

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