Html Css Color HEX #ADDCF0 Light Blue

📋 copy color: '#ADDCF0'

red 173 ◦ green 220 ◦ blue 240

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

Shades of Light Blue #ADDCF0

Tints of Light Blue #ADDCF0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.76%

 BLUE value IS 240 (94.14% from 255) = 37.91%

R = 27.33%
G = 34.76%
B = 37.91%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADDCF0 (or 0xADDCF0) is known color: Light Blue. HEX triplet: AD, DC and F0. RGB value is (173,220,240). Sum of RGB (Red+Green+Blue) = 173+220+240=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADDCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCF0 is #52230F. Grayscale: #D0D0D0. Windows color (decimal): -5382928 or 15785133. OLE color: 15785133.

HSL color Cylindrical-coordinate representation of color #ADDCF0: hue angle of 197.91º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADDCF0 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 220 240 -
CMYK 0.28 0.08 0 0.06
HSL 197.91º 0.69% 0.81% -
HSV(B) 197.91º 0.28% 0.94% -
XYZ 58.55 66.36 92.16 -
YUV 208.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 173 220 240 0.28 0.08 0 0.06 197.91 0.69 0.81
Hex AD DC F0 1C 8 0 6 C6 45 51
Octal 255 334 360 34 10 0 6 306 105 121
Binary 10101101 11011100 11110000 11100 1000 0 110 11000110 1000101 1010001

Color Harmonies of #ADDCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCF0

Black with #ADDCF0

Text Example


Text Example

White with #ADDCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCF0; }

 p { color: rgb(173,220,240); }

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

background-color css

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

 a { background-color: rgb(173,220,240); }

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

border-color css

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

 span { border-color: rgb(173,220,240); }

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