#ABD5F3

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

Shades of Pale Cornflower Blue #ABD5F3

Tints of Pale Cornflower Blue #ABD5F3

Color information

#ABD5F3 (or 0xABD5F3) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, D5 and F3. RGB value is (171,213,243). Sum of RGB (Red+Green+Blue) = 171+213+243=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABD5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABD5F3 is #542A0C. Grayscale: #CBCBCB. Windows color (decimal): -5515789 or 15979947. OLE color: 15979947.

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

Color convert

RGB171213243-
CMYK0.300.1200.05
HSL205º75%81.18%-
HSV(B)205º29.63%95.29%-
XYZ56.7762.7293.91-
YUV203.86150.09104.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.27%
GREEN value IS 213 (83.59% from 255) = 33.97%
BLUE value IS 243 (95.31% from 255) = 38.76%
R=27.27%
G=33.97%
B=38.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712132430.300.1200.052057581.18
HexABD5F31EC05cd4b51
Octal253325363361405315113121
Binary10101011110101011111001111110110001011100110110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD5F3; }

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

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

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

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

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

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

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

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