#9BE0FD

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

Shades of Columbia Blue #9BE0FD

Tints of Columbia Blue #9BE0FD

Color information

#9BE0FD (or 0x9BE0FD) is unknown color: approx Columbia Blue. HEX triplet: 9B, E0 and FD. RGB value is (155,224,253). Sum of RGB (Red+Green+Blue) = 155+224+253=632 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.53% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BE0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE0FD is #641F02. Grayscale: #CECECE. Windows color (decimal): -6561539 or 16638107. OLE color: 16638107.

HSL color Cylindrical-coordinate representation of color #9BE0FD: hue angle of 197.76º 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 #9BE0FD is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB155224253-
CMYK0.390.1100.01
HSL197.76º96.08%80%-
HSV(B)197.76º38.74%99.22%-
XYZ57.967.37102.88-
YUV206.68154.1491.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.53%
GREEN value IS 224 (87.89% from 255) = 35.44%
BLUE value IS 253 (99.22% from 255) = 40.03%
R=24.53%
G=35.44%
B=40.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552242530.390.1100.01197.7696.0880
Hex9BE0FD27B01c66050
Octal233340375471301306140120
Binary1001101111100000111111011001111011011100011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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