Html Css Color HEX #ADDFFB Columbia Blue

📋 copy color: '#ADDFFB'

red 173 ◦ green 223 ◦ blue 251

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

Shades of Columbia Blue #ADDFFB

Tints of Columbia Blue #ADDFFB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.47%

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

R = 26.74%
G = 34.47%
B = 38.79%

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

#ADDFFB (or 0xADDFFB) is known color: Columbia Blue. HEX triplet: AD, DF and FB. RGB value is (173,223,251). Sum of RGB (Red+Green+Blue) = 173+223+251=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADDFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFFB is #522004. Grayscale: #D3D3D3. Windows color (decimal): -5382149 or 16506797. OLE color: 16506797.

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

Color convert

RGB 173 223 251 -
CMYK 0.31 0.11 0 0.02
HSL 201.54º 0.91% 0.83% -
HSV(B) 201.54º 0.31% 0.98% -
XYZ 61.03 68.62 101.3 -
YUV 211.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 173 223 251 0.31 0.11 0 0.02 201.54 0.91 0.83
Hex AD DF FB 1F B 0 2 CA 5B 53
Octal 255 337 373 37 13 0 2 312 133 123
Binary 10101101 11011111 11111011 11111 1011 0 10 11001010 1011011 1010011

Color Harmonies of #ADDFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFFB

Black with #ADDFFB

Text Example


Text Example

White with #ADDFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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