#9BD4FD

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

Shades of Columbia Blue #9BD4FD

Tints of Columbia Blue #9BD4FD

Color information

#9BD4FD (or 0x9BD4FD) is unknown color: approx Columbia Blue. HEX triplet: 9B, D4 and FD. RGB value is (155,212,253). Sum of RGB (Red+Green+Blue) = 155+212+253=620 (82% of max value = 765). Red value is 155 (60.94% from 255 or 25% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BD4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD4FD is #642B02. Grayscale: #C7C7C7. Windows color (decimal): -6564611 or 16635035. OLE color: 16635035.

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

Color convert

RGB155212253-
CMYK0.390.1600.01
HSL205.1º96.08%80%-
HSV(B)205.1º38.74%99.22%-
XYZ54.7961.15101.84-
YUV199.63158.1296.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25%
GREEN value IS 212 (83.20% from 255) = 34.19%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=25%
G=34.19%
B=40.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552122530.390.1600.01205.196.0880
Hex9BD4FD271001cd6050
Octal233324375472001315140120
Binary10011011110101001111110110011110000011100110111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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