#95E8FE

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

Shades of Columbia Blue #95E8FE

Tints of Columbia Blue #95E8FE

Color information

#95E8FE (or 0x95E8FE) is unknown color: approx Columbia Blue. HEX triplet: 95, E8 and FE. RGB value is (149,232,254). Sum of RGB (Red+Green+Blue) = 149+232+254=635 (84% of max value = 765). Red value is 149 (58.59% from 255 or 23.46% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #95E8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95E8FE is #6A1701. Grayscale: #D1D1D1. Windows color (decimal): -6952706 or 16705685. OLE color: 16705685.

HSL color Cylindrical-coordinate representation of color #95E8FE: hue angle of 192.57º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95E8FE is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB149232254-
CMYK0.410.0900.00
HSL192.57º98.13%79.02%-
HSV(B)192.57º41.34%99.61%-
XYZ59.1471.26104.4-
YUV209.6915384.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.46%
GREEN value IS 232 (91.02% from 255) = 36.54%
BLUE value IS 254 (99.61% from 255) = 40%
R=23.46%
G=36.54%
B=40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492322540.410.0900.00192.5798.1379.02
Hex95E8FE29900c1624f
Octal225350376511100301142117
Binary1001010111101000111111101010011001001100000111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,232,254); }

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

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

 a { background-color: rgb(149,232,254); }

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

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

 span { border-color: rgb(149,232,254); }

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