#95CADE

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

Shades of Regent St Blue #95CADE

Tints of Regent St Blue #95CADE

Color information

#95CADE (or 0x95CADE) is unknown color: approx Regent St Blue. HEX triplet: 95, CA and DE. RGB value is (149,202,222). Sum of RGB (Red+Green+Blue) = 149+202+222=573 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.00% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #95CADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CADE is #6A3521. Grayscale: #BCBCBC. Windows color (decimal): -6960418 or 14600853. OLE color: 14600853.

HSL color Cylindrical-coordinate representation of color #95CADE: hue angle of 196.44º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95CADE is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149202222-
CMYK0.330.0900.13
HSL196.44º52.52%72.75%-
HSV(B)196.44º32.88%87.06%-
XYZ46.753.977.05-
YUV188.43146.9499.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.00%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=26.00%
G=35.25%
B=38.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492022220.330.0900.13196.4452.5272.75
Hex95CADE2190Dc43549
Octal225312336411101530465111
Binary100101011100101011011110100001100101101110001001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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