#97CAD4

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

Shades of Regent St Blue #97CAD4

Tints of Regent St Blue #97CAD4

Color information

#97CAD4 (or 0x97CAD4) is unknown color: approx Regent St Blue. HEX triplet: 97, CA and D4. RGB value is (151,202,212). Sum of RGB (Red+Green+Blue) = 151+202+212=565 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.73% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 212 - color contains mainly: blue. Hex color #97CAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CAD4 is #68352B. Grayscale: #BBBBBB. Windows color (decimal): -6829356 or 13945495. OLE color: 13945495.

HSL color Cylindrical-coordinate representation of color #97CAD4: hue angle of 189.84º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97CAD4 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB151202212-
CMYK0.290.0500.17
HSL189.84º41.5%71.18%-
HSV(B)189.84º28.77%83.14%-
XYZ45.7753.5770.22-
YUV187.89141.6101.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.73%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 212 (83.20% from 255) = 37.52%
R=26.73%
G=35.75%
B=37.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1512022120.290.0500.17189.8441.571.18
Hex97CAD41D5011be2947
Octal22731232435502127651107
Binary10010111110010101101010011101101010001101111101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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