#ABD3F3

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

Shades of Pale Cornflower Blue #ABD3F3

Tints of Pale Cornflower Blue #ABD3F3

Color information

#ABD3F3 (or 0xABD3F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D3 and F3. RGB value is (171,211,243). Sum of RGB (Red+Green+Blue) = 171+211+243=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABD3F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD3F3 is #542C0C. Grayscale: #CACACA. Windows color (decimal): -5516301 or 15979435. OLE color: 15979435.

HSL color Cylindrical-coordinate representation of color #ABD3F3: hue angle of 206.67º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABD3F3 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171211243-
CMYK0.300.1300.05
HSL206.67º75%81.18%-
HSV(B)206.67º29.63%95.29%-
XYZ56.2761.7293.74-
YUV202.69150.75105.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.36%
GREEN value IS 211 (82.81% from 255) = 33.76%
BLUE value IS 243 (95.31% from 255) = 38.88%
R=27.36%
G=33.76%
B=38.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712112430.300.1300.05206.677581.18
HexABD3F31ED05cf4b51
Octal253323363361505317113121
Binary10101011110100111111001111110110101011100111110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD3F3; }

 p { color: rgb(171,211,243); }

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

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

 a { background-color: rgb(171,211,243); }

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

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

 span { border-color: rgb(171,211,243); }

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