#9ADBF1

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

Shades of Columbia Blue #9ADBF1

Tints of Columbia Blue #9ADBF1

Color information

#9ADBF1 (or 0x9ADBF1) is unknown color: approx Columbia Blue. HEX triplet: 9A, DB and F1. RGB value is (154,219,241). Sum of RGB (Red+Green+Blue) = 154+219+241=614 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.08% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #9ADBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADBF1 is #65240E. Grayscale: #C9C9C9. Windows color (decimal): -6628367 or 15850394. OLE color: 15850394.

HSL color Cylindrical-coordinate representation of color #9ADBF1: hue angle of 195.17º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ADBF1 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB154219241-
CMYK0.360.0900.05
HSL195.17º75.65%77.45%-
HSV(B)195.17º36.1%94.51%-
XYZ54.5463.8892.68-
YUV202.07149.9793.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.08%
GREEN value IS 219 (85.94% from 255) = 35.67%
BLUE value IS 241 (94.53% from 255) = 39.25%
R=25.08%
G=35.67%
B=39.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542192410.360.0900.05195.1775.6577.45
Hex9ADBF124905c34c4d
Octal232333361441105303114115
Binary100110101101101111110001100100100101011100001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ADBF1; }

 p { color: rgb(154,219,241); }

 H1.HeaderClassName
 {
   color: #9ADBF1;
 }
 .AnyTagClassName
 {
   color: #9ADBF1;
 }
</style>
background-color css

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

 a { background-color: rgb(154,219,241); }

 div.DivClassName
 {
   background-color: #9ADBF1;
 }
 .BgClassName
 {
   background-color: #9ADBF1;
 }
</style>
border-color css

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

 span { border-color: rgb(154,219,241); }

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