#95E5FB

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

Shades of Columbia Blue #95E5FB

Tints of Columbia Blue #95E5FB

Color information

#95E5FB (or 0x95E5FB) is unknown color: approx Columbia Blue. HEX triplet: 95, E5 and FB. RGB value is (149,229,251). Sum of RGB (Red+Green+Blue) = 149+229+251=629 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.69% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #95E5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E5FB is #6A1A04. Grayscale: #CFCFCF. Windows color (decimal): -6953477 or 16508309. OLE color: 16508309.

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

Color convert

RGB149229251-
CMYK0.410.0900.02
HSL192.94º92.73%78.43%-
HSV(B)192.94º40.64%98.43%-
XYZ57.8369.39101.61-
YUV207.59152.586.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.69%
GREEN value IS 229 (89.84% from 255) = 36.41%
BLUE value IS 251 (98.44% from 255) = 39.90%
R=23.69%
G=36.41%
B=39.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492292510.410.0900.02192.9492.7378.43
Hex95E5FB29902c15d4e
Octal225345373511102301135116
Binary10010101111001011111101110100110010101100000110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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