#9BE8FB

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

Shades of Columbia Blue #9BE8FB

Tints of Columbia Blue #9BE8FB

Color information

#9BE8FB (or 0x9BE8FB) is unknown color: approx Columbia Blue. HEX triplet: 9B, E8 and FB. RGB value is (155,232,251). Sum of RGB (Red+Green+Blue) = 155+232+251=638 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.29% from 638); Green value is 232 (91.02% from 255 or 36.36% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BE8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BE8FB is #641704. Grayscale: #D2D2D2. Windows color (decimal): -6559493 or 16509083. OLE color: 16509083.

HSL color Cylindrical-coordinate representation of color #9BE8FB: hue angle of 191.88º 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 #9BE8FB is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155232251-
CMYK0.380.0800.02
HSL191.88º92.31%79.61%-
HSV(B)191.88º38.25%98.43%-
XYZ59.7971.65101.94-
YUV211.14150.4987.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.29%
GREEN value IS 232 (91.02% from 255) = 36.36%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=24.29%
G=36.36%
B=39.34%

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
Decimal1552322510.380.0800.02191.8892.3179.61
Hex9BE8FB26802c05c50
Octal233350373461002300134120
Binary10011011111010001111101110011010000101100000010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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