Html Css Color HEX #ADDCFE Columbia Blue

📋 copy color: '#ADDCFE'

red 173 ◦ green 220 ◦ blue 254

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

Shades of Columbia Blue #ADDCFE

Tints of Columbia Blue #ADDCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.26%

R = 26.74%
G = 34%
B = 39.26%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ADDCFE (or 0xADDCFE) is known color: Columbia Blue. HEX triplet: AD, DC and FE. RGB value is (173,220,254). Sum of RGB (Red+Green+Blue) = 173+220+254=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADDCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCFE is #522301. Grayscale: #D1D1D1. Windows color (decimal): -5382914 or 16702637. OLE color: 16702637.

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

Color convert

RGB 173 220 254 -
CMYK 0.32 0.13 0 0.00
HSL 205.19º 0.98% 0.84% -
HSV(B) 205.19º 0.32% 1% -
XYZ 60.72 67.23 103.54 -
YUV 209.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 173 220 254 0.32 0.13 0 0.00 205.19 0.98 0.84
Hex AD DC FE 20 D 0 0 CD 62 54
Octal 255 334 376 40 15 0 0 315 142 124
Binary 10101101 11011100 11111110 100000 1101 0 0 11001101 1100010 1010100

Color Harmonies of #ADDCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCFE

Black with #ADDCFE

Text Example


Text Example

White with #ADDCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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