#9BD6FE

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

Shades of Columbia Blue #9BD6FE

Tints of Columbia Blue #9BD6FE

Color information

#9BD6FE (or 0x9BD6FE) is unknown color: approx Columbia Blue. HEX triplet: 9B, D6 and FE. RGB value is (155,214,254). Sum of RGB (Red+Green+Blue) = 155+214+254=623 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.88% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BD6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD6FE is #642901. Grayscale: #C8C8C8. Windows color (decimal): -6564098 or 16701083. OLE color: 16701083.

HSL color Cylindrical-coordinate representation of color #9BD6FE: hue angle of 204.24º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BD6FE is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB155214254-
CMYK0.390.1600.00
HSL204.24º98.02%80.2%-
HSV(B)204.24º38.98%99.61%-
XYZ55.4562.22102.85-
YUV200.92157.9595.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.88%
GREEN value IS 214 (83.98% from 255) = 34.35%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=24.88%
G=34.35%
B=40.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1552142540.390.1600.00204.2498.0280.2
Hex9BD6FE271000cc6250
Octal233326376472000314142120
Binary10011011110101101111111010011110000001100110011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,214,254); }

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

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

 a { background-color: rgb(155,214,254); }

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

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

 span { border-color: rgb(155,214,254); }

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