#95CEFE

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

Shades of Light Sky Blue #95CEFE

Tints of Light Sky Blue #95CEFE

Color information

#95CEFE (or 0x95CEFE) is unknown color: approx Light Sky Blue. HEX triplet: 95, CE and FE. RGB value is (149,206,254). Sum of RGB (Red+Green+Blue) = 149+206+254=609 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.47% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #95CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CEFE is #6A3101. Grayscale: #C2C2C2. Windows color (decimal): -6959362 or 16699029. OLE color: 16699029.

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

Color convert

RGB149206254-
CMYK0.410.1900.00
HSL207.43º98.13%79.02%-
HSV(B)207.43º41.34%99.61%-
XYZ52.3657.69102.14-
YUV194.43161.6295.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.47%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=24.47%
G=33.83%
B=41.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492062540.410.1900.00207.4398.1379.02
Hex95CEFE291300cf624f
Octal225316376512300317142117
Binary10010101110011101111111010100110011001100111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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