#9BDAFA

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

Shades of Columbia Blue #9BDAFA

Tints of Columbia Blue #9BDAFA

Color information

#9BDAFA (or 0x9BDAFA) is unknown color: approx Columbia Blue. HEX triplet: 9B, DA and FA. RGB value is (155,218,250). Sum of RGB (Red+Green+Blue) = 155+218+250=623 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.88% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BDAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDAFA is #642505. Grayscale: #CACACA. Windows color (decimal): -6563078 or 16439963. OLE color: 16439963.

HSL color Cylindrical-coordinate representation of color #9BDAFA: hue angle of 200.21º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BDAFA is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155218250-
CMYK0.380.1300.02
HSL200.21º90.48%79.41%-
HSV(B)200.21º38%98.04%-
XYZ55.8464.0199.86-
YUV202.81154.6393.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.88%
GREEN value IS 218 (85.55% from 255) = 34.99%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=24.88%
G=34.99%
B=40.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552182500.380.1300.02200.2190.4879.41
Hex9BDAFA26D02c85a4f
Octal233332372461502310132117
Binary10011011110110101111101010011011010101100100010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,218,250); }

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

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

 a { background-color: rgb(155,218,250); }

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

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

 span { border-color: rgb(155,218,250); }

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