#95E2FA

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

Shades of Columbia Blue #95E2FA

Tints of Columbia Blue #95E2FA

Color information

#95E2FA (or 0x95E2FA) is unknown color: approx Columbia Blue. HEX triplet: 95, E2 and FA. RGB value is (149,226,250). Sum of RGB (Red+Green+Blue) = 149+226+250=625 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.84% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #95E2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95E2FA is #6A1D05. Grayscale: #CDCDCD. Windows color (decimal): -6954246 or 16442005. OLE color: 16442005.

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

Color convert

RGB149226250-
CMYK0.400.1000.02
HSL194.26º90.99%78.24%-
HSV(B)194.26º40.4%98.04%-
XYZ56.8567.68100.51-
YUV205.71152.9987.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.84%
GREEN value IS 226 (88.67% from 255) = 36.16%
BLUE value IS 250 (98.05% from 255) = 40%
R=23.84%
G=36.16%
B=40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492262500.400.1000.02194.2690.9978.24
Hex95E2FA28A02c25b4e
Octal225342372501202302133116
Binary10010101111000101111101010100010100101100001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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