Html Css Color HEX #ADE2FA Columbia Blue

📋 copy color: '#ADE2FA'

red 173 ◦ green 226 ◦ blue 250

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

Shades of Columbia Blue #ADE2FA

Tints of Columbia Blue #ADE2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.52%

R = 26.66%
G = 34.82%
B = 38.52%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADE2FA (or 0xADE2FA) is known color: Columbia Blue. HEX triplet: AD, E2 and FA. RGB value is (173,226,250). Sum of RGB (Red+Green+Blue) = 173+226+250=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADE2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE2FA is #521D05. Grayscale: #D4D4D4. Windows color (decimal): -5381382 or 16442029. OLE color: 16442029.

HSL color Cylindrical-coordinate representation of color #ADE2FA: hue angle of 198.7º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADE2FA is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 226 250 -
CMYK 0.31 0.10 0 0.02
HSL 198.7º 0.89% 0.83% -
HSV(B) 198.7º 0.31% 0.98% -
XYZ 61.69 70.18 100.74 -
YUV 212.89 148.94 99.55 -
System Red Green Blue C M Y K H S L
Decimal 173 226 250 0.31 0.10 0 0.02 198.7 0.89 0.83
Hex AD E2 FA 1F A 0 2 C7 59 53
Octal 255 342 372 37 12 0 2 307 131 123
Binary 10101101 11100010 11111010 11111 1010 0 10 11000111 1011001 1010011

Color Harmonies of #ADE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE2FA

Black with #ADE2FA

Text Example


Text Example

White with #ADE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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