#95d8fa

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

Shades of Columbia Blue #95D8FA

Tints of Columbia Blue #95D8FA

Color information

#95D8FA (or 0x95D8FA) is unknown color: approx Columbia Blue. HEX triplet: 95, D8 and FA. RGB value is (149,216,250). Sum of RGB (Red+Green+Blue) = 149+216+250=615 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.23% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #95D8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95D8FA is #6A2705. Grayscale: #C7C7C7. Windows color (decimal): -6956806 or 16439445. OLE color: 16439445.

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

Color convert

RGB149216250-
CMYK0.400.1400.02
HSL200.2º90.99%78.24%-
HSV(B)200.2º40.4%98.04%-
XYZ54.2162.499.63-
YUV199.84156.391.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.23%
GREEN value IS 216 (84.77% from 255) = 35.12%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=24.23%
G=35.12%
B=40.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492162500.400.1400.02200.290.9978.24
Hex95D8FA28E02c85b4e
Octal225330372501602310133116
Binary10010101110110001111101010100011100101100100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95d8fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,216,250); }

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

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

 a { background-color: rgb(149,216,250); }

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

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

 span { border-color: rgb(149,216,250); }

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