Html Css Color HEX #ADDBFC Columbia Blue

📋 copy color: '#ADDBFC'

red 173 ◦ green 219 ◦ blue 252

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

Shades of Columbia Blue #ADDBFC

Tints of Columbia Blue #ADDBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.01%

 BLUE value IS 252 (98.83% from 255) = 39.13%

R = 26.86%
G = 34.01%
B = 39.13%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADDBFC (or 0xADDBFC) is known color: Columbia Blue. HEX triplet: AD, DB and FC. RGB value is (173,219,252). Sum of RGB (Red+Green+Blue) = 173+219+252=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADDBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDBFC is #522403. Grayscale: #D0D0D0. Windows color (decimal): -5383172 or 16571309. OLE color: 16571309.

HSL color Cylindrical-coordinate representation of color #ADDBFC: hue angle of 205.06º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADDBFC is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 219 252 -
CMYK 0.31 0.13 0 0.01
HSL 205.06º 0.93% 0.83% -
HSV(B) 205.06º 0.31% 0.99% -
XYZ 60.14 66.58 101.78 -
YUV 209.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 173 219 252 0.31 0.13 0 0.01 205.06 0.93 0.83
Hex AD DB FC 1F D 0 1 CD 5D 53
Octal 255 333 374 37 15 0 1 315 135 123
Binary 10101101 11011011 11111100 11111 1101 0 1 11001101 1011101 1010011

Color Harmonies of #ADDBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBFC

Black with #ADDBFC

Text Example


Text Example

White with #ADDBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBFC; }

 p { color: rgb(173,219,252); }

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

background-color css

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

 a { background-color: rgb(173,219,252); }

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

border-color css

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

 span { border-color: rgb(173,219,252); }

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