#9BD0FF

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

Shades of Columbia Blue #9BD0FF

Tints of Columbia Blue #9BD0FF

Color information

#9BD0FF (or 0x9BD0FF) is unknown color: approx Columbia Blue. HEX triplet: 9B, D0 and FF. RGB value is (155,208,255). Sum of RGB (Red+Green+Blue) = 155+208+255=618 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.08% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BD0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD0FF is #642F00. Grayscale: #C5C5C5. Windows color (decimal): -6565633 or 16765083. OLE color: 16765083.

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

Color convert

RGB155208255-
CMYK0.390.1800
HSL208.2º100%80.39%-
HSV(B)208.2º39.22%100%-
XYZ54.1259.3103.2-
YUV197.51160.4497.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.08%
GREEN value IS 208 (81.64% from 255) = 33.66%
BLUE value IS 255 (100% from 255) = 41.26%
R=25.08%
G=33.66%
B=41.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552082550.390.1800208.210080.39
Hex9BD0FF271200d06450
Octal233320377472200320144120
Binary10011011110100001111111110011110010001101000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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