#95C1FE

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

Shades of Light Sky Blue #95C1FE

Tints of Light Sky Blue #95C1FE

Color information

#95C1FE (or 0x95C1FE) is unknown color: approx Light Sky Blue. HEX triplet: 95, C1 and FE. RGB value is (149,193,254). Sum of RGB (Red+Green+Blue) = 149+193+254=596 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #95C1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C1FE is #6A3E01. Grayscale: #BABABA. Windows color (decimal): -6962690 or 16695701. OLE color: 16695701.

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

Color convert

RGB149193254-
CMYK0.410.2400.00
HSL214.86º98.13%79.02%-
HSV(B)214.86º41.34%99.61%-
XYZ49.3551.69101.14-
YUV186.8165.92101.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25%
GREEN value IS 193 (75.78% from 255) = 32.38%
BLUE value IS 254 (99.61% from 255) = 42.62%
R=25%
G=32.38%
B=42.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1491932540.410.2400.00214.8698.1379.02
Hex95C1FE291800d7624f
Octal225301376513000327142117
Binary10010101110000011111111010100111000001101011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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