#95CDFC

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

Shades of Light Sky Blue #95CDFC

Tints of Light Sky Blue #95CDFC

Color information

#95CDFC (or 0x95CDFC) is unknown color: approx Light Sky Blue. HEX triplet: 95, CD and FC. RGB value is (149,205,252). Sum of RGB (Red+Green+Blue) = 149+205+252=606 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.59% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #95CDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CDFC is #6A3203. Grayscale: #C1C1C1. Windows color (decimal): -6959620 or 16567701. OLE color: 16567701.

HSL color Cylindrical-coordinate representation of color #95CDFC: hue angle of 207.38º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95CDFC is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB149205252-
CMYK0.410.1900.01
HSL207.38º94.5%78.63%-
HSV(B)207.38º40.87%98.82%-
XYZ51.857.08100.38-
YUV193.61160.9596.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.59%
GREEN value IS 205 (80.47% from 255) = 33.83%
BLUE value IS 252 (98.83% from 255) = 41.58%
R=24.59%
G=33.83%
B=41.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1492052520.410.1900.01207.3894.578.63
Hex95CDFC291301cf5e4f
Octal225315374512301317136117
Binary10010101110011011111110010100110011011100111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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