#ADDFF4

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

Shades of Light Blue #ADDFF4

Tints of Light Blue #ADDFF4

Color information

#ADDFF4 (or 0xADDFF4) is unknown color: approx Light Blue. HEX triplet: AD, DF and F4. RGB value is (173,223,244). Sum of RGB (Red+Green+Blue) = 173+223+244=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 244 (95.70% from 255 or 38.12% from 640); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADDFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFF4 is #52200B. Grayscale: #D2D2D2. Windows color (decimal): -5382156 or 16048045. OLE color: 16048045.

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

Color convert

RGB173223244-
CMYK0.290.0900.04
HSL197.75º76.34%81.76%-
HSV(B)197.75º29.1%95.69%-
XYZ59.9568.1995.59-
YUV210.44146.94101.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.03%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 244 (95.70% from 255) = 38.12%
R=27.03%
G=34.84%
B=38.12%

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
Decimal1732232440.290.0900.04197.7576.3481.76
HexADDFF41D904c64c52
Octal255337364351104306114122
Binary10101101110111111111010011101100101001100011010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFF4; }

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

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

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

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

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

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

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

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