Html Css Color HEX #97BCCC Regent St Blue

📋 copy color: '#97BCCC'

red 151 ◦ green 188 ◦ blue 204

#97BCCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #97BCCC

Tints of Regent St Blue #97BCCC

RGB

 RED value IS 151 (59.38% from 255) = 27.81%

 GREEN value IS 188 (73.83% from 255) = 34.62%

 BLUE value IS 204 (80.08% from 255) = 37.57%

R = 27.81%
G = 34.62%
B = 37.57%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#97BCCC (or 0x97BCCC) is known color: Regent St Blue. HEX triplet: 97, BC and CC. RGB value is (151,188,204). Sum of RGB (Red+Green+Blue) = 151+188+204=543 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.81% from 543); Green value is 188 (73.83% from 255 or 34.62% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #97BCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BCCC is #684333. Grayscale: #B2B2B2. Windows color (decimal): -6832948 or 13417623. OLE color: 13417623.

HSL color Cylindrical-coordinate representation of color #97BCCC: hue angle of 198.11º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97BCCC is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 151 188 204 -
CMYK 0.26 0.08 0 0.2
HSL 198.11º 0.34% 0.7% -
HSV(B) 198.11º 0.26% 0.8% -
XYZ 41.64 46.91 63.99 -
YUV 178.76 142.24 108.2 -
System Red Green Blue C M Y K H S L
Decimal 151 188 204 0.26 0.08 0 0.2 198.11 0.34 0.7
Hex 97 BC CC 1A 8 0 14 C6 22 46
Octal 227 274 314 32 10 0 24 306 42 106
Binary 10010111 10111100 11001100 11010 1000 0 10100 11000110 100010 1000110

Color Harmonies of #97BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BCCC

Black with #97BCCC

Text Example


Text Example

White with #97BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,188,204); }

 H1.HeaderClassName
 {
   color: #97BCCC;
 }
 .AnyTagClassName
 {
   color: #97BCCC;
 }
</style>

background-color css

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

 a { background-color: rgb(151,188,204); }

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

border-color css

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

 span { border-color: rgb(151,188,204); }

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