#ADDAF3

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

Shades of Light Blue #ADDAF3

Tints of Light Blue #ADDAF3

Color information

#ADDAF3 (or 0xADDAF3) is unknown color: approx Light Blue. HEX triplet: AD, DA and F3. RGB value is (173,218,243). Sum of RGB (Red+Green+Blue) = 173+218+243=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADDAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAF3 is #52250C. Grayscale: #CFCFCF. Windows color (decimal): -5383437 or 15981229. OLE color: 15981229.

HSL color Cylindrical-coordinate representation of color #ADDAF3: hue angle of 201.43º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADDAF3 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173218243-
CMYK0.290.1000.05
HSL201.43º74.47%81.57%-
HSV(B)201.43º28.81%95.29%-
XYZ58.4865.594.35-
YUV207.4148.09103.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.29%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 243 (95.31% from 255) = 38.33%
R=27.29%
G=34.38%
B=38.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732182430.290.1000.05201.4374.4781.57
HexADDAF31DA05c94a52
Octal255332363351205311112122
Binary10101101110110101111001111101101001011100100110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAF3; }

 p { color: rgb(173,218,243); }

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

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

 a { background-color: rgb(173,218,243); }

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

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

 span { border-color: rgb(173,218,243); }

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