#95CCDC

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

Shades of Regent St Blue #95CCDC

Tints of Regent St Blue #95CCDC

Color information

#95CCDC (or 0x95CCDC) is unknown color: approx Regent St Blue. HEX triplet: 95, CC and DC. RGB value is (149,204,220). Sum of RGB (Red+Green+Blue) = 149+204+220=573 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.00% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #95CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CCDC is #6A3323. Grayscale: #BDBDBD. Windows color (decimal): -6959908 or 14470293. OLE color: 14470293.

HSL color Cylindrical-coordinate representation of color #95CCDC: hue angle of 193.52º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95CCDC is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149204220-
CMYK0.320.0700.14
HSL193.52º50.35%72.35%-
HSV(B)193.52º32.27%86.27%-
XYZ46.9154.7475.8-
YUV189.38145.2899.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.00%
GREEN value IS 204 (80.08% from 255) = 35.60%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=26.00%
G=35.60%
B=38.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492042200.320.0700.14193.5250.3572.35
Hex95CCDC2070Ec23248
Octal22531433440701630262110
Binary10010101110011001101110010000011101110110000101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,204,220); }

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

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

 a { background-color: rgb(149,204,220); }

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

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

 span { border-color: rgb(149,204,220); }

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