Html Css Color HEX #ADE2FF Columbia Blue

📋 copy color: '#ADE2FF'

red 173 ◦ green 226 ◦ blue 255

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

Shades of Columbia Blue #ADE2FF

Tints of Columbia Blue #ADE2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.56%

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

R = 26.45%
G = 34.56%
B = 38.99%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADE2FF (or 0xADE2FF) is known color: Columbia Blue. HEX triplet: AD, E2 and FF. RGB value is (173,226,255). Sum of RGB (Red+Green+Blue) = 173+226+255=654 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.45% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADE2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE2FF is #521D00. Grayscale: #D5D5D5. Windows color (decimal): -5381377 or 16769709. OLE color: 16769709.

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

Color convert

RGB 173 226 255 -
CMYK 0.32 0.11 0 0
HSL 201.22º 1% 0.84% -
HSV(B) 201.22º 0.32% 1% -
XYZ 62.48 70.5 104.92 -
YUV 213.46 151.44 99.14 -
System Red Green Blue C M Y K H S L
Decimal 173 226 255 0.32 0.11 0 0 201.22 1 0.84
Hex AD E2 FF 20 B 0 0 C9 64 54
Octal 255 342 377 40 13 0 0 311 144 124
Binary 10101101 11100010 11111111 100000 1011 0 0 11001001 1100100 1010100

Color Harmonies of #ADE2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE2FF

Black with #ADE2FF

Text Example


Text Example

White with #ADE2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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