#95CBD5

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

Shades of Regent St Blue #95CBD5

Tints of Regent St Blue #95CBD5

Color information

#95CBD5 (or 0x95CBD5) is unknown color: approx Regent St Blue. HEX triplet: 95, CB and D5. RGB value is (149,203,213). Sum of RGB (Red+Green+Blue) = 149+203+213=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #95CBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CBD5 is #6A342A. Grayscale: #BBBBBB. Windows color (decimal): -6960171 or 14011285. OLE color: 14011285.

HSL color Cylindrical-coordinate representation of color #95CBD5: hue angle of 189.38º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95CBD5 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB149203213-
CMYK0.300.0500.16
HSL189.38º43.24%70.98%-
HSV(B)189.38º30.05%83.53%-
XYZ45.7653.9170.94-
YUV187.99142.11100.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.37%
GREEN value IS 203 (79.69% from 255) = 35.93%
BLUE value IS 213 (83.59% from 255) = 37.70%
R=26.37%
G=35.93%
B=37.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492032130.300.0500.16189.3843.2470.98
Hex95CBD51E5010bd2b47
Octal22531332536502027553107
Binary10010101110010111101010111110101010000101111011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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