#9BE3FF

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

Shades of Columbia Blue #9BE3FF

Tints of Columbia Blue #9BE3FF

Color information

#9BE3FF (or 0x9BE3FF) is unknown color: approx Columbia Blue. HEX triplet: 9B, E3 and FF. RGB value is (155,227,255). Sum of RGB (Red+Green+Blue) = 155+227+255=637 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.33% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BE3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE3FF is #641C00. Grayscale: #D0D0D0. Windows color (decimal): -6560769 or 16769947. OLE color: 16769947.

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

Color convert

RGB155227255-
CMYK0.390.1100
HSL196.8º100%80.39%-
HSV(B)196.8º39.22%100%-
XYZ59.0469.13104.84-
YUV208.66154.1589.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.33%
GREEN value IS 227 (89.06% from 255) = 35.64%
BLUE value IS 255 (100% from 255) = 40.03%
R=24.33%
G=35.64%
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
SystemRedGreenBlueCMYKHSL
Decimal1552272550.390.1100196.810080.39
Hex9BE3FF27B00c56450
Octal233343377471300305144120
Binary1001101111100011111111111001111011001100010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,227,255); }

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

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

 a { background-color: rgb(155,227,255); }

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

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

 span { border-color: rgb(155,227,255); }

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