Html Css Color HEX #ADDDF7 Columbia Blue

📋 copy color: '#ADDDF7'

red 173 ◦ green 221 ◦ blue 247

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

Shades of Columbia Blue #ADDDF7

Tints of Columbia Blue #ADDDF7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.48%

 BLUE value IS 247 (96.88% from 255) = 38.53%

R = 26.99%
G = 34.48%
B = 38.53%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ADDDF7 (or 0xADDDF7) is known color: Columbia Blue. HEX triplet: AD, DD and F7. RGB value is (173,221,247). Sum of RGB (Red+Green+Blue) = 173+221+247=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADDDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDF7 is #522208. Grayscale: #D1D1D1. Windows color (decimal): -5382665 or 16244141. OLE color: 16244141.

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

Color convert

RGB 173 221 247 -
CMYK 0.30 0.11 0 0.03
HSL 201.08º 0.82% 0.82% -
HSV(B) 201.08º 0.3% 0.97% -
XYZ 59.88 67.31 97.83 -
YUV 209.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 173 221 247 0.30 0.11 0 0.03 201.08 0.82 0.82
Hex AD DD F7 1E B 0 3 C9 52 52
Octal 255 335 367 36 13 0 3 311 122 122
Binary 10101101 11011101 11110111 11110 1011 0 11 11001001 1010010 1010010

Color Harmonies of #ADDDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDF7

Black with #ADDDF7

Text Example


Text Example

White with #ADDDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDF7; }

 p { color: rgb(173,221,247); }

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

background-color css

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

 a { background-color: rgb(173,221,247); }

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

border-color css

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

 span { border-color: rgb(173,221,247); }

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