#95E5F8

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

Shades of Columbia Blue #95E5F8

Tints of Columbia Blue #95E5F8

Color information

#95E5F8 (or 0x95E5F8) is unknown color: approx Columbia Blue. HEX triplet: 95, E5 and F8. RGB value is (149,229,248). Sum of RGB (Red+Green+Blue) = 149+229+248=626 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.80% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 248 (97.27% from 255 or 39.62% from 626); Max value from RGB is 248 - color contains mainly: blue. Hex color #95E5F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E5F8 is #6A1A07. Grayscale: #CFCFCF. Windows color (decimal): -6953480 or 16311701. OLE color: 16311701.

HSL color Cylindrical-coordinate representation of color #95E5F8: hue angle of 191.52º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95E5F8 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB149229248-
CMYK0.400.0800.03
HSL191.52º87.61%77.84%-
HSV(B)191.52º39.92%97.25%-
XYZ57.3669.2199.14-
YUV207.2515186.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.80%
GREEN value IS 229 (89.84% from 255) = 36.58%
BLUE value IS 248 (97.27% from 255) = 39.62%
R=23.80%
G=36.58%
B=39.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492292480.400.0800.03191.5287.6177.84
Hex95E5F828803c0584e
Octal225345370501003300130116
Binary10010101111001011111100010100010000111100000010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,229,248); }

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

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

 a { background-color: rgb(149,229,248); }

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

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

 span { border-color: rgb(149,229,248); }

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