#95CDFE

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

Shades of Light Sky Blue #95CDFE

Tints of Light Sky Blue #95CDFE

Color information

#95CDFE (or 0x95CDFE) is unknown color: approx Light Sky Blue. HEX triplet: 95, CD and FE. RGB value is (149,205,254). Sum of RGB (Red+Green+Blue) = 149+205+254=608 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.51% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #95CDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CDFE is #6A3201. Grayscale: #C1C1C1. Windows color (decimal): -6959618 or 16698773. OLE color: 16698773.

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

Color convert

RGB149205254-
CMYK0.410.1900.00
HSL208º98.13%79.02%-
HSV(B)208º41.34%99.61%-
XYZ52.1257.21102.06-
YUV193.84161.9596.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.51%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=24.51%
G=33.72%
B=41.78%

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
Decimal1492052540.410.1900.0020898.1379.02
Hex95CDFE291300d0624f
Octal225315376512300320142117
Binary10010101110011011111111010100110011001101000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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