Html Css Color HEX #ADEAFF Columbia Blue

📋 copy color: '#ADEAFF'

red 173 ◦ green 234 ◦ blue 255

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

Shades of Columbia Blue #ADEAFF

Tints of Columbia Blue #ADEAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.35%

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

R = 26.13%
G = 35.35%
B = 38.52%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADEAFF (or 0xADEAFF) is known color: Columbia Blue. HEX triplet: AD, EA and FF. RGB value is (173,234,255). Sum of RGB (Red+Green+Blue) = 173+234+255=662 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.13% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEAFF is #521500. Grayscale: #DADADA. Windows color (decimal): -5379329 or 16771757. OLE color: 16771757.

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

Color convert

RGB 173 234 255 -
CMYK 0.32 0.08 0 0
HSL 195.37º 1% 0.84% -
HSV(B) 195.37º 0.32% 1% -
XYZ 64.71 74.95 105.66 -
YUV 218.16 148.79 95.79 -
System Red Green Blue C M Y K H S L
Decimal 173 234 255 0.32 0.08 0 0 195.37 1 0.84
Hex AD EA FF 20 8 0 0 C3 64 54
Octal 255 352 377 40 10 0 0 303 144 124
Binary 10101101 11101010 11111111 100000 1000 0 0 11000011 1100100 1010100

Color Harmonies of #ADEAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEAFF

Black with #ADEAFF

Text Example


Text Example

White with #ADEAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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