#95CFE0

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

Shades of Regent St Blue #95CFE0

Tints of Regent St Blue #95CFE0

Color information

#95CFE0 (or 0x95CFE0) is unknown color: approx Regent St Blue. HEX triplet: 95, CF and E0. RGB value is (149,207,224). Sum of RGB (Red+Green+Blue) = 149+207+224=580 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.69% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #95CFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CFE0 is #6A301F. Grayscale: #BFBFBF. Windows color (decimal): -6959136 or 14733205. OLE color: 14733205.

HSL color Cylindrical-coordinate representation of color #95CFE0: hue angle of 193.6º 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 #95CFE0 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB149207224-
CMYK0.330.0800.12
HSL193.6º54.74%73.14%-
HSV(B)193.6º33.48%87.84%-
XYZ48.1656.478.87-
YUV191.6146.2897.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.69%
GREEN value IS 207 (81.25% from 255) = 35.69%
BLUE value IS 224 (87.89% from 255) = 38.62%
R=25.69%
G=35.69%
B=38.62%

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
Decimal1492072240.330.0800.12193.654.7473.14
Hex95CFE02180Cc23749
Octal225317340411001430267111
Binary100101011100111111100000100001100001100110000101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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