#95CBFF

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

Shades of Light Sky Blue #95CBFF

Tints of Light Sky Blue #95CBFF

Color information

#95CBFF (or 0x95CBFF) is unknown color: approx Light Sky Blue. HEX triplet: 95, CB and FF. RGB value is (149,203,255). Sum of RGB (Red+Green+Blue) = 149+203+255=607 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.55% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #95CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CBFF is #6A3400. Grayscale: #C0C0C0. Windows color (decimal): -6960129 or 16763797. OLE color: 16763797.

HSL color Cylindrical-coordinate representation of color #95CBFF: hue angle of 209.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95CBFF is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149203255-
CMYK0.420.2000
HSL209.43º100%79.22%-
HSV(B)209.43º41.57%100%-
XYZ51.856.32102.75-
YUV192.78163.1196.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.55%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 255 (100% from 255) = 42.01%
R=24.55%
G=33.44%
B=42.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1492032550.420.2000209.4310079.22
Hex95CBFF2A1400d1644f
Octal225313377522400321144117
Binary10010101110010111111111110101010100001101000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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