Html Css Color HEX #ADDCF5 Light Blue

📋 copy color: '#ADDCF5'

red 173 ◦ green 220 ◦ blue 245

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

Shades of Light Blue #ADDCF5

Tints of Light Blue #ADDCF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.4%

R = 27.12%
G = 34.48%
B = 38.4%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADDCF5 (or 0xADDCF5) is known color: Light Blue. HEX triplet: AD, DC and F5. RGB value is (173,220,245). Sum of RGB (Red+Green+Blue) = 173+220+245=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 245 (96.09% from 255 or 38.40% from 638); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADDCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCF5 is #52230A. Grayscale: #D0D0D0. Windows color (decimal): -5382923 or 16112813. OLE color: 16112813.

HSL color Cylindrical-coordinate representation of color #ADDCF5: hue angle of 200.83º degrees, saturation: 0.78, 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 #ADDCF5 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 220 245 -
CMYK 0.29 0.10 0 0.04
HSL 200.83º 0.78% 0.82% -
HSV(B) 200.83º 0.29% 0.96% -
XYZ 59.31 66.66 96.13 -
YUV 208.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 173 220 245 0.29 0.10 0 0.04 200.83 0.78 0.82
Hex AD DC F5 1D A 0 4 C9 4E 52
Octal 255 334 365 35 12 0 4 311 116 122
Binary 10101101 11011100 11110101 11101 1010 0 100 11001001 1001110 1010010

Color Harmonies of #ADDCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCF5

Black with #ADDCF5

Text Example


Text Example

White with #ADDCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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