Html Css Color HEX #ADE9FF Columbia Blue

📋 copy color: '#ADE9FF'

red 173 ◦ green 233 ◦ blue 255

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

Shades of Columbia Blue #ADE9FF

Tints of Columbia Blue #ADE9FF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.25%

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

R = 26.17%
G = 35.25%
B = 38.58%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADE9FF (or 0xADE9FF) is known color: Columbia Blue. HEX triplet: AD, E9 and FF. RGB value is (173,233,255). Sum of RGB (Red+Green+Blue) = 173+233+255=661 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.17% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADE9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE9FF is #521600. Grayscale: #D9D9D9. Windows color (decimal): -5379585 or 16771501. OLE color: 16771501.

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

Color convert

RGB 173 233 255 -
CMYK 0.32 0.09 0 0
HSL 196.1º 1% 0.84% -
HSV(B) 196.1º 0.32% 1% -
XYZ 64.42 74.38 105.57 -
YUV 217.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 173 233 255 0.32 0.09 0 0 196.1 1 0.84
Hex AD E9 FF 20 9 0 0 C4 64 54
Octal 255 351 377 40 11 0 0 304 144 124
Binary 10101101 11101001 11111111 100000 1001 0 0 11000100 1100100 1010100

Color Harmonies of #ADE9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE9FF

Black with #ADE9FF

Text Example


Text Example

White with #ADE9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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