Html Css Color HEX #ADDCF9 Columbia Blue

📋 copy color: '#ADDCF9'

red 173 ◦ green 220 ◦ blue 249

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

Shades of Columbia Blue #ADDCF9

Tints of Columbia Blue #ADDCF9

RGB

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

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

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

R = 26.95%
G = 34.27%
B = 38.79%

CMYK

 C value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADDCF9 (or 0xADDCF9) is known color: Columbia Blue. HEX triplet: AD, DC and F9. RGB value is (173,220,249). Sum of RGB (Red+Green+Blue) = 173+220+249=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADDCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCF9 is #522306. Grayscale: #D1D1D1. Windows color (decimal): -5382919 or 16374957. OLE color: 16374957.

HSL color Cylindrical-coordinate representation of color #ADDCF9: hue angle of 202.89º 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 #ADDCF9 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 220 249 -
CMYK 0.31 0.12 0 0.02
HSL 202.89º 0.86% 0.83% -
HSV(B) 202.89º 0.31% 0.98% -
XYZ 59.93 66.91 99.38 -
YUV 209.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 173 220 249 0.31 0.12 0 0.02 202.89 0.86 0.83
Hex AD DC F9 1F C 0 2 CB 56 53
Octal 255 334 371 37 14 0 2 313 126 123
Binary 10101101 11011100 11111001 11111 1100 0 10 11001011 1010110 1010011

Color Harmonies of #ADDCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCF9

Black with #ADDCF9

Text Example


Text Example

White with #ADDCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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