Html Css Color HEX #ADD4EA Light Blue

📋 copy color: '#ADD4EA'

red 173 ◦ green 212 ◦ blue 234

#ADD4EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #ADD4EA

Tints of Light Blue #ADD4EA

RGB

 RED value IS 173 (67.97% from 255) = 27.95%

 GREEN value IS 212 (83.2% from 255) = 34.25%

 BLUE value IS 234 (91.8% from 255) = 37.8%

R = 27.95%
G = 34.25%
B = 37.8%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADD4EA (or 0xADD4EA) is known color: Light Blue. HEX triplet: AD, D4 and EA. RGB value is (173,212,234). Sum of RGB (Red+Green+Blue) = 173+212+234=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 212 (83.20% from 255 or 34.25% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADD4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD4EA is #522B15. Grayscale: #CACACA. Windows color (decimal): -5384982 or 15389869. OLE color: 15389869.

HSL color Cylindrical-coordinate representation of color #ADD4EA: hue angle of 201.64º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD4EA is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 212 234 -
CMYK 0.26 0.09 0 0.08
HSL 201.64º 0.59% 0.8% -
HSV(B) 201.64º 0.26% 0.92% -
XYZ 55.63 61.91 86.86 -
YUV 202.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 173 212 234 0.26 0.09 0 0.08 201.64 0.59 0.8
Hex AD D4 EA 1A 9 0 8 CA 3B 50
Octal 255 324 352 32 11 0 10 312 73 120
Binary 10101101 11010100 11101010 11010 1001 0 1000 11001010 111011 1010000

Color Harmonies of #ADD4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD4EA

Black with #ADD4EA

Text Example


Text Example

White with #ADD4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD4EA; }

 p { color: rgb(173,212,234); }

 H1.HeaderClassName
 {
   color: #ADD4EA;
 }
 .AnyTagClassName
 {
   color: #ADD4EA;
 }
</style>

background-color css

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

 a { background-color: rgb(173,212,234); }

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

border-color css

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

 span { border-color: rgb(173,212,234); }

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