#95D2FB

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

Shades of Columbia Blue #95D2FB

Tints of Columbia Blue #95D2FB

Color information

#95D2FB (or 0x95D2FB) is unknown color: approx Columbia Blue. HEX triplet: 95, D2 and FB. RGB value is (149,210,251). Sum of RGB (Red+Green+Blue) = 149+210+251=610 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.43% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #95D2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D2FB is #6A2D04. Grayscale: #C4C4C4. Windows color (decimal): -6958341 or 16503445. OLE color: 16503445.

HSL color Cylindrical-coordinate representation of color #95D2FB: hue angle of 204.12º 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 #95D2FB is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149210251-
CMYK0.410.1600.02
HSL204.12º92.73%78.43%-
HSV(B)204.12º40.64%98.43%-
XYZ52.8559.4599.96-
YUV196.44158.7994.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.43%
GREEN value IS 210 (82.42% from 255) = 34.43%
BLUE value IS 251 (98.44% from 255) = 41.15%
R=24.43%
G=34.43%
B=41.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492102510.410.1600.02204.1292.7378.43
Hex95D2FB291002cc5d4e
Octal225322373512002314135116
Binary100101011101001011111011101001100000101100110010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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