Html Css Color HEX #ADDCF7 Columbia Blue

📋 copy color: '#ADDCF7'

red 173 ◦ green 220 ◦ blue 247

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

Shades of Columbia Blue #ADDCF7

Tints of Columbia Blue #ADDCF7

RGB

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

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

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

R = 27.03%
G = 34.38%
B = 38.59%

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

#ADDCF7 (or 0xADDCF7) is known color: Columbia Blue. HEX triplet: AD, DC and F7. RGB value is (173,220,247). Sum of RGB (Red+Green+Blue) = 173+220+247=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 247 (96.88% from 255 or 38.59% from 640); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADDCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCF7 is #522308. Grayscale: #D0D0D0. Windows color (decimal): -5382921 or 16243885. OLE color: 16243885.

HSL color Cylindrical-coordinate representation of color #ADDCF7: hue angle of 201.89º 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 #ADDCF7 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 220 247 -
CMYK 0.30 0.11 0 0.03
HSL 201.89º 0.82% 0.82% -
HSV(B) 201.89º 0.3% 0.97% -
XYZ 59.62 66.79 97.74 -
YUV 209.03 149.43 102.3 -
System Red Green Blue C M Y K H S L
Decimal 173 220 247 0.30 0.11 0 0.03 201.89 0.82 0.82
Hex AD DC F7 1E B 0 3 CA 52 52
Octal 255 334 367 36 13 0 3 312 122 122
Binary 10101101 11011100 11110111 11110 1011 0 11 11001010 1010010 1010010

Color Harmonies of #ADDCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCF7

Black with #ADDCF7

Text Example


Text Example

White with #ADDCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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