#9BE6FF

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

Shades of Columbia Blue #9BE6FF

Tints of Columbia Blue #9BE6FF

Color information

#9BE6FF (or 0x9BE6FF) is unknown color: approx Columbia Blue. HEX triplet: 9B, E6 and FF. RGB value is (155,230,255). Sum of RGB (Red+Green+Blue) = 155+230+255=640 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.22% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BE6FF is #641900. Grayscale: #D2D2D2. Windows color (decimal): -6560001 or 16770715. OLE color: 16770715.

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

Color convert

RGB155230255-
CMYK0.390.1000
HSL195º100%80.39%-
HSV(B)195º39.22%100%-
XYZ59.8670.78105.11-
YUV210.42153.1588.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.22%
GREEN value IS 230 (90.23% from 255) = 35.94%
BLUE value IS 255 (100% from 255) = 39.84%
R=24.22%
G=35.94%
B=39.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552302550.390.100019510080.39
Hex9BE6FF27A00c36450
Octal233346377471200303144120
Binary1001101111100110111111111001111010001100001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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