Html Css Color HEX #ADE0FA Columbia Blue

📋 copy color: '#ADE0FA'

red 173 ◦ green 224 ◦ blue 250

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

Shades of Columbia Blue #ADE0FA

Tints of Columbia Blue #ADE0FA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.62%

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

R = 26.74%
G = 34.62%
B = 38.64%

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

#ADE0FA (or 0xADE0FA) is known color: Columbia Blue. HEX triplet: AD, E0 and FA. RGB value is (173,224,250). Sum of RGB (Red+Green+Blue) = 173+224+250=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADE0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADE0FA is #521F05. Grayscale: #D3D3D3. Windows color (decimal): -5381894 or 16441517. OLE color: 16441517.

HSL color Cylindrical-coordinate representation of color #ADE0FA: hue angle of 200.26º 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 #ADE0FA is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 224 250 -
CMYK 0.31 0.10 0 0.02
HSL 200.26º 0.89% 0.83% -
HSV(B) 200.26º 0.31% 0.98% -
XYZ 61.14 69.1 100.56 -
YUV 211.72 149.6 100.39 -
System Red Green Blue C M Y K H S L
Decimal 173 224 250 0.31 0.10 0 0.02 200.26 0.89 0.83
Hex AD E0 FA 1F A 0 2 C8 59 53
Octal 255 340 372 37 12 0 2 310 131 123
Binary 10101101 11100000 11111010 11111 1010 0 10 11001000 1011001 1010011

Color Harmonies of #ADE0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE0FA

Black with #ADE0FA

Text Example


Text Example

White with #ADE0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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