#9ADBF8

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

Shades of Columbia Blue #9ADBF8

Tints of Columbia Blue #9ADBF8

Color information

#9ADBF8 (or 0x9ADBF8) is unknown color: approx Columbia Blue. HEX triplet: 9A, DB and F8. RGB value is (154,219,248). Sum of RGB (Red+Green+Blue) = 154+219+248=621 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.80% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 248 - color contains mainly: blue. Hex color #9ADBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADBF8 is #652407. Grayscale: #CACACA. Windows color (decimal): -6628360 or 16309146. OLE color: 16309146.

HSL color Cylindrical-coordinate representation of color #9ADBF8: hue angle of 198.51º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ADBF8 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB154219248-
CMYK0.380.1200.03
HSL198.51º87.04%78.82%-
HSV(B)198.51º37.9%97.25%-
XYZ55.664.3198.29-
YUV202.87153.4793.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.80%
GREEN value IS 219 (85.94% from 255) = 35.27%
BLUE value IS 248 (97.27% from 255) = 39.94%
R=24.80%
G=35.27%
B=39.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1542192480.380.1200.03198.5187.0478.82
Hex9ADBF826C03c7574f
Octal232333370461403307127117
Binary10011010110110111111100010011011000111100011110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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