#9BE7FB

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

Shades of Columbia Blue #9BE7FB

Tints of Columbia Blue #9BE7FB

Color information

#9BE7FB (or 0x9BE7FB) is unknown color: approx Columbia Blue. HEX triplet: 9B, E7 and FB. RGB value is (155,231,251). Sum of RGB (Red+Green+Blue) = 155+231+251=637 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.33% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BE7FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BE7FB is #641804. Grayscale: #D2D2D2. Windows color (decimal): -6559749 or 16508827. OLE color: 16508827.

HSL color Cylindrical-coordinate representation of color #9BE7FB: hue angle of 192.5º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BE7FB is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155231251-
CMYK0.380.0800.02
HSL192.5º92.31%79.61%-
HSV(B)192.5º38.25%98.43%-
XYZ59.5171.09101.85-
YUV210.56150.8288.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.33%
GREEN value IS 231 (90.62% from 255) = 36.26%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=24.33%
G=36.26%
B=39.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552312510.380.0800.02192.592.3179.61
Hex9BE7FB26802c05c50
Octal233347373461002300134120
Binary10011011111001111111101110011010000101100000010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,231,251); }

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

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

 a { background-color: rgb(155,231,251); }

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

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

 span { border-color: rgb(155,231,251); }

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