#9BD7FF

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

Shades of Columbia Blue #9BD7FF

Tints of Columbia Blue #9BD7FF

Color information

#9BD7FF (or 0x9BD7FF) is unknown color: approx Columbia Blue. HEX triplet: 9B, D7 and FF. RGB value is (155,215,255). Sum of RGB (Red+Green+Blue) = 155+215+255=625 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.8% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BD7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD7FF is #642800. Grayscale: #C9C9C9. Windows color (decimal): -6563841 or 16766875. OLE color: 16766875.

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

Color convert

RGB155215255-
CMYK0.390.1600
HSL204º100%80.39%-
HSV(B)204º39.22%100%-
XYZ55.8762.79103.78-
YUV201.62158.1294.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.8%
GREEN value IS 215 (84.38% from 255) = 34.4%
BLUE value IS 255 (100% from 255) = 40.8%
R=24.8%
G=34.4%
B=40.8%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552152550.390.160020410080.39
Hex9BD7FF271000cc6450
Octal233327377472000314144120
Binary10011011110101111111111110011110000001100110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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