#95E2FE

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

Shades of Columbia Blue #95E2FE

Tints of Columbia Blue #95E2FE

Color information

#95E2FE (or 0x95E2FE) is unknown color: approx Columbia Blue. HEX triplet: 95, E2 and FE. RGB value is (149,226,254). Sum of RGB (Red+Green+Blue) = 149+226+254=629 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.69% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #95E2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E2FE is #6A1D01. Grayscale: #CDCDCD. Windows color (decimal): -6954242 or 16704149. OLE color: 16704149.

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

Color convert

RGB149226254-
CMYK0.410.1100.00
HSL196º98.13%79.02%-
HSV(B)196º41.34%99.61%-
XYZ57.4867.94103.85-
YUV206.17154.9987.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.69%
GREEN value IS 226 (88.67% from 255) = 35.93%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=23.69%
G=35.93%
B=40.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492262540.410.1100.0019698.1379.02
Hex95E2FE29B00c4624f
Octal225342376511300304142117
Binary1001010111100010111111101010011011001100010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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