#95D9FB

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

Shades of Columbia Blue #95D9FB

Tints of Columbia Blue #95D9FB

Color information

#95D9FB (or 0x95D9FB) is unknown color: approx Columbia Blue. HEX triplet: 95, D9 and FB. RGB value is (149,217,251). Sum of RGB (Red+Green+Blue) = 149+217+251=617 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.15% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #95D9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D9FB is #6A2604. Grayscale: #C8C8C8. Windows color (decimal): -6956549 or 16505237. OLE color: 16505237.

HSL color Cylindrical-coordinate representation of color #95D9FB: hue angle of 200º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95D9FB is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149217251-
CMYK0.410.1400.02
HSL200º92.73%78.43%-
HSV(B)200º40.64%98.43%-
XYZ54.6262.98100.54-
YUV200.54156.4791.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.15%
GREEN value IS 217 (85.16% from 255) = 35.17%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=24.15%
G=35.17%
B=40.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492172510.410.1400.0220092.7378.43
Hex95D9FB29E02c85d4e
Octal225331373511602310135116
Binary10010101110110011111101110100111100101100100010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95D9FB; }

 p { color: rgb(149,217,251); }

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

<style>
 a { background-color: #95D9FB; }

 a { background-color: rgb(149,217,251); }

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

<style>
 span { border-color: #95D9FB; }

 span { border-color: rgb(149,217,251); }

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