#95BFCE

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

Shades of Regent St Blue #95BFCE

Tints of Regent St Blue #95BFCE

Color information

#95BFCE (or 0x95BFCE) is unknown color: approx Regent St Blue. HEX triplet: 95, BF and CE. RGB value is (149,191,206). Sum of RGB (Red+Green+Blue) = 149+191+206=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #95BFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BFCE is #6A4031. Grayscale: #B4B4B4. Windows color (decimal): -6963250 or 13549461. OLE color: 13549461.

HSL color Cylindrical-coordinate representation of color #95BFCE: hue angle of 195.79º 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 #95BFCE is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149191206-
CMYK0.280.0700.19
HSL195.79º36.77%69.61%-
HSV(B)195.79º27.67%80.78%-
XYZ42.1748.1165.46-
YUV180.15142.59105.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.29%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=27.29%
G=34.98%
B=37.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491912060.280.0700.19195.7936.7769.61
Hex95BFCE1C7013c42546
Octal22527731634702330445106
Binary10010101101111111100111011100111010011110001001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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