#97CADC

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

Shades of Regent St Blue #97CADC

Tints of Regent St Blue #97CADC

Color information

#97CADC (or 0x97CADC) is unknown color: approx Regent St Blue. HEX triplet: 97, CA and DC. RGB value is (151,202,220). Sum of RGB (Red+Green+Blue) = 151+202+220=573 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.35% from 573); Green value is 202 (79.30% from 255 or 35.25% 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 #97CADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CADC is #683523. Grayscale: #BCBCBC. Windows color (decimal): -6829348 or 14469783. OLE color: 14469783.

HSL color Cylindrical-coordinate representation of color #97CADC: hue angle of 195.65º 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 #97CADC is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151202220-
CMYK0.310.0800.14
HSL195.65º49.64%72.75%-
HSV(B)195.65º31.36%86.27%-
XYZ46.853.9975.66-
YUV188.8145.6101.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.35%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=26.35%
G=35.25%
B=38.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1512022200.310.0800.14195.6549.6472.75
Hex97CADC1F80Ec43249
Octal227312334371001630462111
Binary10010111110010101101110011111100001110110001001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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