#9BE0FE

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

Shades of Columbia Blue #9BE0FE

Tints of Columbia Blue #9BE0FE

Color information

#9BE0FE (or 0x9BE0FE) is unknown color: approx Columbia Blue. HEX triplet: 9B, E0 and FE. RGB value is (155,224,254). Sum of RGB (Red+Green+Blue) = 155+224+254=633 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.49% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BE0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE0FE is #641F01. Grayscale: #CECECE. Windows color (decimal): -6561538 or 16703643. OLE color: 16703643.

HSL color Cylindrical-coordinate representation of color #9BE0FE: hue angle of 198.18º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BE0FE is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB155224254-
CMYK0.390.1200.00
HSL198.18º98.02%80.2%-
HSV(B)198.18º38.98%99.61%-
XYZ58.0667.44103.72-
YUV206.79154.6491.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.49%
GREEN value IS 224 (87.89% from 255) = 35.39%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=24.49%
G=35.39%
B=40.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1552242540.390.1200.00198.1898.0280.2
Hex9BE0FE27C00c66250
Octal233340376471400306142120
Binary1001101111100000111111101001111100001100011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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