#ADDDF4

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

Shades of Light Blue #ADDDF4

Tints of Light Blue #ADDDF4

Color information

#ADDDF4 (or 0xADDDF4) is unknown color: approx Light Blue. HEX triplet: AD, DD and F4. RGB value is (173,221,244). Sum of RGB (Red+Green+Blue) = 173+221+244=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 244 (95.70% from 255 or 38.24% from 638); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADDDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDF4 is #52220B. Grayscale: #D1D1D1. Windows color (decimal): -5382668 or 16047533. OLE color: 16047533.

HSL color Cylindrical-coordinate representation of color #ADDDF4: hue angle of 199.44º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADDDF4 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173221244-
CMYK0.290.0900.04
HSL199.44º76.34%81.76%-
HSV(B)199.44º29.1%95.69%-
XYZ59.4267.1395.41-
YUV209.27147.6102.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.12%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 244 (95.70% from 255) = 38.24%
R=27.12%
G=34.64%
B=38.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732212440.290.0900.04199.4476.3481.76
HexADDDF41D904c74c52
Octal255335364351104307114122
Binary10101101110111011111010011101100101001100011110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDF4; }

 p { color: rgb(173,221,244); }

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

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

 a { background-color: rgb(173,221,244); }

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

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

 span { border-color: rgb(173,221,244); }

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