#9ADBF2

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

Shades of Columbia Blue #9ADBF2

Tints of Columbia Blue #9ADBF2

Color information

#9ADBF2 (or 0x9ADBF2) is unknown color: approx Columbia Blue. HEX triplet: 9A, DB and F2. RGB value is (154,219,242). Sum of RGB (Red+Green+Blue) = 154+219+242=615 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.04% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #9ADBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADBF2 is #65240D. Grayscale: #CACACA. Windows color (decimal): -6628366 or 15915930. OLE color: 15915930.

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

Color convert

RGB154219242-
CMYK0.360.1000.05
HSL195.68º77.19%77.65%-
HSV(B)195.68º36.36%94.9%-
XYZ54.6863.9493.46-
YUV202.19150.4793.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.04%
GREEN value IS 219 (85.94% from 255) = 35.61%
BLUE value IS 242 (94.92% from 255) = 39.35%
R=25.04%
G=35.61%
B=39.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542192420.360.1000.05195.6877.1977.65
Hex9ADBF224A05c44d4e
Octal232333362441205304115116
Binary100110101101101111110010100100101001011100010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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