#95D0E1

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

Shades of Regent St Blue #95D0E1

Tints of Regent St Blue #95D0E1

Color information

#95D0E1 (or 0x95D0E1) is unknown color: approx Regent St Blue. HEX triplet: 95, D0 and E1. RGB value is (149,208,225). Sum of RGB (Red+Green+Blue) = 149+208+225=582 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.60% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #95D0E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D0E1 is #6A2F1E. Grayscale: #C0C0C0. Windows color (decimal): -6958879 or 14798997. OLE color: 14798997.

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

Color convert

RGB149208225-
CMYK0.340.0800.12
HSL193.42º55.88%73.33%-
HSV(B)193.42º33.78%88.24%-
XYZ48.5456.9479.67-
YUV192.3146.4597.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 25.60%
GREEN value IS 208 (81.64% from 255) = 35.74%
BLUE value IS 225 (88.28% from 255) = 38.66%
R=25.60%
G=35.74%
B=38.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492082250.340.0800.12193.4255.8873.33
Hex95D0E12280Cc13849
Octal225320341421001430170111
Binary100101011101000011100001100010100001100110000011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,208,225); }

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

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

 a { background-color: rgb(149,208,225); }

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

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

 span { border-color: rgb(149,208,225); }

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