#9BCFFD

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

Shades of Columbia Blue #9BCFFD

Tints of Columbia Blue #9BCFFD

Color information

#9BCFFD (or 0x9BCFFD) is unknown color: approx Columbia Blue. HEX triplet: 9B, CF and FD. RGB value is (155,207,253). Sum of RGB (Red+Green+Blue) = 155+207+253=615 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.20% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BCFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFFD is #643002. Grayscale: #C4C4C4. Windows color (decimal): -6565891 or 16633755. OLE color: 16633755.

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

Color convert

RGB155207253-
CMYK0.390.1800.01
HSL208.16º96.08%80%-
HSV(B)208.16º38.74%99.22%-
XYZ53.5658.69101.43-
YUV196.7159.7798.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.20%
GREEN value IS 207 (81.25% from 255) = 33.66%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=25.20%
G=33.66%
B=41.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552072530.390.1800.01208.1696.0880
Hex9BCFFD271201d06050
Octal233317375472201320140120
Binary10011011110011111111110110011110010011101000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,207,253); }

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

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

 a { background-color: rgb(155,207,253); }

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

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

 span { border-color: rgb(155,207,253); }

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