Html Css Color HEX #ADDCFF Columbia Blue

📋 copy color: '#ADDCFF'

red 173 ◦ green 220 ◦ blue 255

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

Shades of Columbia Blue #ADDCFF

Tints of Columbia Blue #ADDCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.35%

R = 26.7%
G = 33.95%
B = 39.35%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADDCFF (or 0xADDCFF) is known color: Columbia Blue. HEX triplet: AD, DC and FF. RGB value is (173,220,255). Sum of RGB (Red+Green+Blue) = 173+220+255=648 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.70% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADDCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCFF is #522300. Grayscale: #D1D1D1. Windows color (decimal): -5382913 or 16768173. OLE color: 16768173.

HSL color Cylindrical-coordinate representation of color #ADDCFF: hue angle of 205.61º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADDCFF is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 220 255 -
CMYK 0.32 0.14 0 0
HSL 205.61º 1% 0.84% -
HSV(B) 205.61º 0.32% 1% -
XYZ 60.88 67.29 104.39 -
YUV 209.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 173 220 255 0.32 0.14 0 0 205.61 1 0.84
Hex AD DC FF 20 E 0 0 CE 64 54
Octal 255 334 377 40 16 0 0 316 144 124
Binary 10101101 11011100 11111111 100000 1110 0 0 11001110 1100100 1010100

Color Harmonies of #ADDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCFF

Black with #ADDCFF

Text Example


Text Example

White with #ADDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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