#97CBDC

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

Shades of Regent St Blue #97CBDC

Tints of Regent St Blue #97CBDC

Color information

#97CBDC (or 0x97CBDC) is unknown color: approx Regent St Blue. HEX triplet: 97, CB and DC. RGB value is (151,203,220). Sum of RGB (Red+Green+Blue) = 151+203+220=574 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.31% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #97CBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CBDC is #683423. Grayscale: #BDBDBD. Windows color (decimal): -6829092 or 14470039. OLE color: 14470039.

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

Color convert

RGB151203220-
CMYK0.310.0800.14
HSL194.78º49.64%72.75%-
HSV(B)194.78º31.36%86.27%-
XYZ47.0454.4675.74-
YUV189.39145.27100.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 26.31%
GREEN value IS 203 (79.69% from 255) = 35.37%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=26.31%
G=35.37%
B=38.33%

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
Decimal1512032200.310.0800.14194.7849.6472.75
Hex97CBDC1F80Ec33249
Octal227313334371001630362111
Binary10010111110010111101110011111100001110110000111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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