#9BE1FF

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

Shades of Columbia Blue #9BE1FF

Tints of Columbia Blue #9BE1FF

Color information

#9BE1FF (or 0x9BE1FF) is unknown color: approx Columbia Blue. HEX triplet: 9B, E1 and FF. RGB value is (155,225,255). Sum of RGB (Red+Green+Blue) = 155+225+255=635 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.41% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BE1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE1FF is #641E00. Grayscale: #CFCFCF. Windows color (decimal): -6561281 or 16769435. OLE color: 16769435.

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

Color convert

RGB155225255-
CMYK0.390.1200
HSL198º100%80.39%-
HSV(B)198º39.22%100%-
XYZ58.4968.04104.66-
YUV207.49154.8190.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.41%
GREEN value IS 225 (88.28% from 255) = 35.43%
BLUE value IS 255 (100% from 255) = 40.16%
R=24.41%
G=35.43%
B=40.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552252550.390.120019810080.39
Hex9BE1FF27C00c66450
Octal233341377471400306144120
Binary1001101111100001111111111001111100001100011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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