Html Css Color HEX #ADDEFE Columbia Blue

📋 copy color: '#ADDEFE'

red 173 ◦ green 222 ◦ blue 254

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

Shades of Columbia Blue #ADDEFE

Tints of Columbia Blue #ADDEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.21%

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

R = 26.66%
G = 34.21%
B = 39.14%

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

#ADDEFE (or 0xADDEFE) is known color: Columbia Blue. HEX triplet: AD, DE and FE. RGB value is (173,222,254). Sum of RGB (Red+Green+Blue) = 173+222+254=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADDEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEFE is #522101. Grayscale: #D2D2D2. Windows color (decimal): -5382402 or 16703149. OLE color: 16703149.

HSL color Cylindrical-coordinate representation of color #ADDEFE: hue angle of 203.7º 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 #ADDEFE is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 222 254 -
CMYK 0.32 0.13 0 0.00
HSL 203.7º 0.98% 0.84% -
HSV(B) 203.7º 0.32% 1% -
XYZ 61.24 68.28 103.72 -
YUV 211 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 173 222 254 0.32 0.13 0 0.00 203.7 0.98 0.84
Hex AD DE FE 20 D 0 0 CC 62 54
Octal 255 336 376 40 15 0 0 314 142 124
Binary 10101101 11011110 11111110 100000 1101 0 0 11001100 1100010 1010100

Color Harmonies of #ADDEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEFE

Black with #ADDEFE

Text Example


Text Example

White with #ADDEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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