#97CEDC

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

Shades of Regent St Blue #97CEDC

Tints of Regent St Blue #97CEDC

Color information

#97CEDC (or 0x97CEDC) is unknown color: approx Regent St Blue. HEX triplet: 97, CE and DC. RGB value is (151,206,220). Sum of RGB (Red+Green+Blue) = 151+206+220=577 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.17% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #97CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CEDC is #683123. Grayscale: #BFBFBF. Windows color (decimal): -6828324 or 14470807. OLE color: 14470807.

HSL color Cylindrical-coordinate representation of color #97CEDC: hue angle of 192.17º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97CEDC is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151206220-
CMYK0.310.0600.14
HSL192.17º49.64%72.75%-
HSV(B)192.17º31.36%86.27%-
XYZ47.7555.8975.98-
YUV191.15144.2899.36-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.17%
GREEN value IS 206 (80.86% from 255) = 35.70%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=26.17%
G=35.70%
B=38.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1512062200.310.0600.14192.1749.6472.75
Hex97CEDC1F60Ec03249
Octal22731633437601630062111
Binary1001011111001110110111001111111001110110000001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97CEDC; }

 p { color: rgb(151,206,220); }

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

<style>
 a { background-color: #97CEDC; }

 a { background-color: rgb(151,206,220); }

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

<style>
 span { border-color: #97CEDC; }

 span { border-color: rgb(151,206,220); }

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