#9BD7F3

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

Shades of Columbia Blue #9BD7F3

Tints of Columbia Blue #9BD7F3

Color information

#9BD7F3 (or 0x9BD7F3) is unknown color: approx Columbia Blue. HEX triplet: 9B, D7 and F3. RGB value is (155,215,243). Sum of RGB (Red+Green+Blue) = 155+215+243=613 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.29% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #9BD7F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD7F3 is #64280C. Grayscale: #C8C8C8. Windows color (decimal): -6563853 or 15980443. OLE color: 15980443.

HSL color Cylindrical-coordinate representation of color #9BD7F3: hue angle of 199.09º degrees, saturation: 0.79, 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 #9BD7F3 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155215243-
CMYK0.360.1200.05
HSL199.09º78.57%78.04%-
HSV(B)199.09º36.21%95.29%-
XYZ5462.0493.92-
YUV200.25152.1295.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.29%
GREEN value IS 215 (84.38% from 255) = 35.07%
BLUE value IS 243 (95.31% from 255) = 39.64%
R=25.29%
G=35.07%
B=39.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552152430.360.1200.05199.0978.5778.04
Hex9BD7F324C05c74f4e
Octal233327363441405307117116
Binary100110111101011111110011100100110001011100011110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,215,243); }

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

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

 a { background-color: rgb(155,215,243); }

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

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

 span { border-color: rgb(155,215,243); }

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