#ADEAFF

Color #ADEAFF Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #ADEAFF

Tints of Columbia Blue #ADEAFF

Color information

#ADEAFF (or 0xADEAFF) is unknown color: approx 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

RGB173234255-
CMYK0.320.0800
HSL195.37º100%83.92%-
HSV(B)195.37º32.16%100%-
XYZ64.7174.95105.66-
YUV218.16148.7995.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.13%
GREEN value IS 234 (91.80% from 255) = 35.35%
BLUE value IS 255 (100% from 255) = 38.52%
R=26.13%
G=35.35%
B=38.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732342550.320.0800195.3710083.92
HexADEAFF20800c36454
Octal255352377401000303144124
Binary1010110111101010111111111000001000001100001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>