#95CAD8

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

Shades of Regent St Blue #95CAD8

Tints of Regent St Blue #95CAD8

Color information

#95CAD8 (or 0x95CAD8) is unknown color: approx Regent St Blue. HEX triplet: 95, CA and D8. RGB value is (149,202,216). Sum of RGB (Red+Green+Blue) = 149+202+216=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #95CAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CAD8 is #6A3527. Grayscale: #BBBBBB. Windows color (decimal): -6960424 or 14207637. OLE color: 14207637.

HSL color Cylindrical-coordinate representation of color #95CAD8: hue angle of 192.54º 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 #95CAD8 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149202216-
CMYK0.310.0600.15
HSL192.54º46.21%71.57%-
HSV(B)192.54º31.02%84.71%-
XYZ45.9153.5972.89-
YUV187.75143.94100.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.28%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 216 (84.77% from 255) = 38.10%
R=26.28%
G=35.63%
B=38.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492022160.310.0600.15192.5446.2171.57
Hex95CAD81F60Fc12e48
Octal22531233037601730156110
Binary1001010111001010110110001111111001111110000011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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