#95CEE0

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

Shades of Regent St Blue #95CEE0

Tints of Regent St Blue #95CEE0

Color information

#95CEE0 (or 0x95CEE0) is unknown color: approx Regent St Blue. HEX triplet: 95, CE and E0. RGB value is (149,206,224). Sum of RGB (Red+Green+Blue) = 149+206+224=579 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.73% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #95CEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CEE0 is #6A311F. Grayscale: #BEBEBE. Windows color (decimal): -6959392 or 14732949. OLE color: 14732949.

HSL color Cylindrical-coordinate representation of color #95CEE0: hue angle of 194.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95CEE0 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB149206224-
CMYK0.330.0800.12
HSL194.4º54.74%73.14%-
HSV(B)194.4º33.48%87.84%-
XYZ47.9255.9178.79-
YUV191.01146.6298.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.73%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 224 (87.89% from 255) = 38.69%
R=25.73%
G=35.58%
B=38.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492062240.330.0800.12194.454.7473.14
Hex95CEE02180Cc23749
Octal225316340411001430267111
Binary100101011100111011100000100001100001100110000101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,206,224); }

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

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

 a { background-color: rgb(149,206,224); }

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

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

 span { border-color: rgb(149,206,224); }

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