Shades of Light Blue #ADDFF4
Tints of Light Blue #ADDFF4
RGB
CMYK
RGB Variations
Color information
#ADDFF4 (or 0xADDFF4) is known color: 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
RGB | 173 | 223 | 244 | - |
CMYK | 0.29 | 0.09 | 0 | 0.04 |
HSL | 197.75º | 0.76% | 0.82% | - |
HSV(B) | 197.75º | 0.29% | 0.96% | - |
XYZ | 59.95 | 68.19 | 95.59 | - |
YUV | 210.44 | 146.94 | 101.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 223 | 244 | 0.29 | 0.09 | 0 | 0.04 | 197.75 | 0.76 | 0.82 |
Hex | AD | DF | F4 | 1D | 9 | 0 | 4 | C6 | 4C | 52 |
Octal | 255 | 337 | 364 | 35 | 11 | 0 | 4 | 306 | 114 | 122 |
Binary | 10101101 | 11011111 | 11110100 | 11101 | 1001 | 0 | 100 | 11000110 | 1001100 | 1010010 |
Color Harmonies of #ADDFF4
Complementary color
Monochromatic Colors of #ADDFF4
Black with #ADDFF4
Text Example
Text Example
White with #ADDFF4
Text Example
Text Example
HTML Codes & Css Web 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>