#95BBCE

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

Shades of Regent St Blue #95BBCE

Tints of Regent St Blue #95BBCE

Color information

#95BBCE (or 0x95BBCE) is unknown color: approx Regent St Blue. HEX triplet: 95, BB and CE. RGB value is (149,187,206). Sum of RGB (Red+Green+Blue) = 149+187+206=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #95BBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBCE is #6A4431. Grayscale: #B1B1B1. Windows color (decimal): -6964274 or 13548437. OLE color: 13548437.

HSL color Cylindrical-coordinate representation of color #95BBCE: hue angle of 200º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95BBCE is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149187206-
CMYK0.280.0900.19
HSL200º36.77%69.61%-
HSV(B)200º27.67%80.78%-
XYZ41.3146.3965.17-
YUV177.8143.91107.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.49%
GREEN value IS 187 (73.44% from 255) = 34.50%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=27.49%
G=34.50%
B=38.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491872060.280.0900.1920036.7769.61
Hex95BBCE1C9013c82546
Octal225273316341102331045106
Binary100101011011101111001110111001001010011110010001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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