#9BCEFD

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

Shades of Columbia Blue #9BCEFD

Tints of Columbia Blue #9BCEFD

Color information

#9BCEFD (or 0x9BCEFD) is unknown color: approx Columbia Blue. HEX triplet: 9B, CE and FD. RGB value is (155,206,253). Sum of RGB (Red+Green+Blue) = 155+206+253=614 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.24% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BCEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCEFD is #643102. Grayscale: #C3C3C3. Windows color (decimal): -6566147 or 16633499. OLE color: 16633499.

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

Color convert

RGB155206253-
CMYK0.390.1900.01
HSL208.78º96.08%80%-
HSV(B)208.78º38.74%99.22%-
XYZ53.3258.2101.35-
YUV196.11160.198.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.24%
GREEN value IS 206 (80.86% from 255) = 33.55%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=25.24%
G=33.55%
B=41.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552062530.390.1900.01208.7896.0880
Hex9BCEFD271301d16050
Octal233316375472301321140120
Binary10011011110011101111110110011110011011101000111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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