#95CBF8

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

Shades of Light Sky Blue #95CBF8

Tints of Light Sky Blue #95CBF8

Color information

#95CBF8 (or 0x95CBF8) is unknown color: approx Light Sky Blue. HEX triplet: 95, CB and F8. RGB value is (149,203,248). Sum of RGB (Red+Green+Blue) = 149+203+248=600 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.83% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 248 (97.27% from 255 or 41.33% from 600); Max value from RGB is 248 - color contains mainly: blue. Hex color #95CBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CBF8 is #6A3407. Grayscale: #BFBFBF. Windows color (decimal): -6960136 or 16305045. OLE color: 16305045.

HSL color Cylindrical-coordinate representation of color #95CBF8: hue angle of 207.27º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95CBF8 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB149203248-
CMYK0.400.1800.03
HSL207.27º87.61%77.84%-
HSV(B)207.27º39.92%97.25%-
XYZ50.6955.8896.92-
YUV191.98159.6197.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.83%
GREEN value IS 203 (79.69% from 255) = 33.83%
BLUE value IS 248 (97.27% from 255) = 41.33%
R=24.83%
G=33.83%
B=41.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492032480.400.1800.03207.2787.6177.84
Hex95CBF8281203cf584e
Octal225313370502203317130116
Binary100101011100101111111000101000100100111100111110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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