Html Css Color HEX #ADDEF9 Columbia Blue

📋 copy color: '#ADDEF9'

red 173 ◦ green 222 ◦ blue 249

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

Shades of Columbia Blue #ADDEF9

Tints of Columbia Blue #ADDEF9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.47%

 BLUE value IS 249 (97.66% from 255) = 38.66%

R = 26.86%
G = 34.47%
B = 38.66%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADDEF9 (or 0xADDEF9) is known color: Columbia Blue. HEX triplet: AD, DE and F9. RGB value is (173,222,249). Sum of RGB (Red+Green+Blue) = 173+222+249=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADDEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEF9 is #522106. Grayscale: #D2D2D2. Windows color (decimal): -5382407 or 16375469. OLE color: 16375469.

HSL color Cylindrical-coordinate representation of color #ADDEF9: hue angle of 201.32º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADDEF9 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 222 249 -
CMYK 0.31 0.11 0 0.02
HSL 201.32º 0.86% 0.83% -
HSV(B) 201.32º 0.31% 0.98% -
XYZ 60.45 67.97 99.56 -
YUV 210.43 149.77 101.3 -
System Red Green Blue C M Y K H S L
Decimal 173 222 249 0.31 0.11 0 0.02 201.32 0.86 0.83
Hex AD DE F9 1F B 0 2 C9 56 53
Octal 255 336 371 37 13 0 2 311 126 123
Binary 10101101 11011110 11111001 11111 1011 0 10 11001001 1010110 1010011

Color Harmonies of #ADDEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEF9

Black with #ADDEF9

Text Example


Text Example

White with #ADDEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEF9; }

 p { color: rgb(173,222,249); }

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

background-color css

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

 a { background-color: rgb(173,222,249); }

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

border-color css

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

 span { border-color: rgb(173,222,249); }

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