#9BE7FD

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

Shades of Columbia Blue #9BE7FD

Tints of Columbia Blue #9BE7FD

Color information

#9BE7FD (or 0x9BE7FD) is unknown color: approx Columbia Blue. HEX triplet: 9B, E7 and FD. RGB value is (155,231,253). Sum of RGB (Red+Green+Blue) = 155+231+253=639 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.26% from 639); Green value is 231 (90.62% from 255 or 36.15% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BE7FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BE7FD is #641802. Grayscale: #D2D2D2. Windows color (decimal): -6559747 or 16639899. OLE color: 16639899.

HSL color Cylindrical-coordinate representation of color #9BE7FD: hue angle of 193.47º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BE7FD is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB155231253-
CMYK0.390.0900.01
HSL193.47º96.08%80%-
HSV(B)193.47º38.74%99.22%-
XYZ59.8271.21103.52-
YUV210.78151.8288.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.26%
GREEN value IS 231 (90.62% from 255) = 36.15%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=24.26%
G=36.15%
B=39.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552312530.390.0900.01193.4796.0880
Hex9BE7FD27901c16050
Octal233347375471101301140120
Binary1001101111100111111111011001111001011100000111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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