Html Css Color HEX #ADDCF6 Light Blue

📋 copy color: '#ADDCF6'

red 173 ◦ green 220 ◦ blue 246

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

Shades of Light Blue #ADDCF6

Tints of Light Blue #ADDCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.5%

R = 27.07%
G = 34.43%
B = 38.5%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADDCF6 (or 0xADDCF6) is known color: Light Blue. HEX triplet: AD, DC and F6. RGB value is (173,220,246). Sum of RGB (Red+Green+Blue) = 173+220+246=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADDCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCF6 is #522309. Grayscale: #D0D0D0. Windows color (decimal): -5382922 or 16178349. OLE color: 16178349.

HSL color Cylindrical-coordinate representation of color #ADDCF6: hue angle of 201.37º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADDCF6 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 220 246 -
CMYK 0.30 0.11 0 0.04
HSL 201.37º 0.8% 0.82% -
HSV(B) 201.37º 0.3% 0.96% -
XYZ 59.46 66.72 96.93 -
YUV 208.91 148.93 102.39 -
System Red Green Blue C M Y K H S L
Decimal 173 220 246 0.30 0.11 0 0.04 201.37 0.8 0.82
Hex AD DC F6 1E B 0 4 C9 50 52
Octal 255 334 366 36 13 0 4 311 120 122
Binary 10101101 11011100 11110110 11110 1011 0 100 11001001 1010000 1010010

Color Harmonies of #ADDCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCF6

Black with #ADDCF6

Text Example


Text Example

White with #ADDCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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