#95CFD8

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

Shades of Regent St Blue #95CFD8

Tints of Regent St Blue #95CFD8

Color information

#95CFD8 (or 0x95CFD8) is unknown color: approx Regent St Blue. HEX triplet: 95, CF and D8. RGB value is (149,207,216). Sum of RGB (Red+Green+Blue) = 149+207+216=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #95CFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CFD8 is #6A3027. Grayscale: #BEBEBE. Windows color (decimal): -6959144 or 14208917. OLE color: 14208917.

HSL color Cylindrical-coordinate representation of color #95CFD8: hue angle of 188.06º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95CFD8 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149207216-
CMYK0.310.0400.15
HSL188.06º46.21%71.57%-
HSV(B)188.06º31.02%84.71%-
XYZ47.155.9773.29-
YUV190.68142.2898.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.05%
GREEN value IS 207 (81.25% from 255) = 36.19%
BLUE value IS 216 (84.77% from 255) = 37.76%
R=26.05%
G=36.19%
B=37.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492072160.310.0400.15188.0646.2171.57
Hex95CFD81F40Fbc2e48
Octal22531733037401727456110
Binary1001010111001111110110001111110001111101111001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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