#95C7FE

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

Shades of Light Sky Blue #95C7FE

Tints of Light Sky Blue #95C7FE

Color information

#95C7FE (or 0x95C7FE) is unknown color: approx Light Sky Blue. HEX triplet: 95, C7 and FE. RGB value is (149,199,254). Sum of RGB (Red+Green+Blue) = 149+199+254=602 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.75% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #95C7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95C7FE is #6A3801. Grayscale: #BEBEBE. Windows color (decimal): -6961154 or 16697237. OLE color: 16697237.

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

Color convert

RGB149199254-
CMYK0.410.2200.00
HSL211.43º98.13%79.02%-
HSV(B)211.43º41.34%99.61%-
XYZ50.7154.39101.59-
YUV190.32163.9498.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.75%
GREEN value IS 199 (78.12% from 255) = 33.06%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=24.75%
G=33.06%
B=42.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1491992540.410.2200.00211.4398.1379.02
Hex95C7FE291600d3624f
Octal225307376512600323142117
Binary10010101110001111111111010100110110001101001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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