#ADDBF8

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

Shades of Pale Cornflower Blue #ADDBF8

Tints of Pale Cornflower Blue #ADDBF8

Color information

#ADDBF8 (or 0xADDBF8) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, DB and F8. RGB value is (173,219,248). Sum of RGB (Red+Green+Blue) = 173+219+248=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADDBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDBF8 is #522407. Grayscale: #D0D0D0. Windows color (decimal): -5383176 or 16309165. OLE color: 16309165.

HSL color Cylindrical-coordinate representation of color #ADDBF8: hue angle of 203.2º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADDBF8 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173219248-
CMYK0.300.1200.03
HSL203.2º84.27%82.55%-
HSV(B)203.2º30.24%97.25%-
XYZ59.5166.3298.47-
YUV208.55150.26102.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.03%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 248 (97.27% from 255) = 38.75%
R=27.03%
G=34.22%
B=38.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1732192480.300.1200.03203.284.2782.55
HexADDBF81EC03cb5453
Octal255333370361403313124123
Binary1010110111011011111110001111011000111100101110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBF8; }

 p { color: rgb(173,219,248); }

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

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

 a { background-color: rgb(173,219,248); }

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

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

 span { border-color: rgb(173,219,248); }

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