#95CBFA

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

Shades of Light Sky Blue #95CBFA

Tints of Light Sky Blue #95CBFA

Color information

#95CBFA (or 0x95CBFA) is unknown color: approx Light Sky Blue. HEX triplet: 95, CB and FA. RGB value is (149,203,250). Sum of RGB (Red+Green+Blue) = 149+203+250=602 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.75% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #95CBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CBFA is #6A3405. Grayscale: #BFBFBF. Windows color (decimal): -6960134 or 16436117. OLE color: 16436117.

HSL color Cylindrical-coordinate representation of color #95CBFA: hue angle of 207.92º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95CBFA is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149203250-
CMYK0.400.1900.02
HSL207.92º90.99%78.24%-
HSV(B)207.92º40.4%98.04%-
XYZ51.015698.56-
YUV192.21160.6197.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.75%
GREEN value IS 203 (79.69% from 255) = 33.72%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=24.75%
G=33.72%
B=41.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492032500.400.1900.02207.9290.9978.24
Hex95CBFA281302d05b4e
Octal225313372502302320133116
Binary100101011100101111111010101000100110101101000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,203,250); }

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

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

 a { background-color: rgb(149,203,250); }

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

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

 span { border-color: rgb(149,203,250); }

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