Html Css Color HEX #ADDDFB Columbia Blue

📋 copy color: '#ADDDFB'

red 173 ◦ green 221 ◦ blue 251

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

Shades of Columbia Blue #ADDDFB

Tints of Columbia Blue #ADDDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.91%

R = 26.82%
G = 34.26%
B = 38.91%

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

#ADDDFB (or 0xADDDFB) is known color: Columbia Blue. HEX triplet: AD, DD and FB. RGB value is (173,221,251). Sum of RGB (Red+Green+Blue) = 173+221+251=645 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.82% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADDDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDFB is #522204. Grayscale: #D1D1D1. Windows color (decimal): -5382661 or 16506285. OLE color: 16506285.

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

Color convert

RGB 173 221 251 -
CMYK 0.31 0.12 0 0.02
HSL 203.08º 0.91% 0.83% -
HSV(B) 203.08º 0.31% 0.98% -
XYZ 60.5 67.56 101.12 -
YUV 210.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 173 221 251 0.31 0.12 0 0.02 203.08 0.91 0.83
Hex AD DD FB 1F C 0 2 CB 5B 53
Octal 255 335 373 37 14 0 2 313 133 123
Binary 10101101 11011101 11111011 11111 1100 0 10 11001011 1011011 1010011

Color Harmonies of #ADDDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDFB

Black with #ADDDFB

Text Example


Text Example

White with #ADDDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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