Html Css Color HEX #97BDD7 Regent St Blue

📋 copy color: '#97BDD7'

red 151 ◦ green 189 ◦ blue 215

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

Shades of Regent St Blue #97BDD7

Tints of Regent St Blue #97BDD7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.05%

 BLUE value IS 215 (84.38% from 255) = 38.74%

R = 27.21%
G = 34.05%
B = 38.74%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#97BDD7 (or 0x97BDD7) is known color: Regent St Blue. HEX triplet: 97, BD and D7. RGB value is (151,189,215). Sum of RGB (Red+Green+Blue) = 151+189+215=555 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.21% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 215 (84.38% from 255 or 38.74% from 555); Max value from RGB is 215 - color contains mainly: blue. Hex color #97BDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BDD7 is #684228. Grayscale: #B4B4B4. Windows color (decimal): -6832681 or 14138775. OLE color: 14138775.

HSL color Cylindrical-coordinate representation of color #97BDD7: hue angle of 204.38º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97BDD7 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 189 215 -
CMYK 0.30 0.12 0 0.16
HSL 204.38º 0.44% 0.72% -
HSV(B) 204.38º 0.3% 0.84% -
XYZ 43.23 47.88 71.25 -
YUV 180.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 151 189 215 0.30 0.12 0 0.16 204.38 0.44 0.72
Hex 97 BD D7 1E C 0 10 CC 2C 48
Octal 227 275 327 36 14 0 20 314 54 110
Binary 10010111 10111101 11010111 11110 1100 0 10000 11001100 101100 1001000

Color Harmonies of #97BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BDD7

Black with #97BDD7

Text Example


Text Example

White with #97BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,189,215); }

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

background-color css

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

 a { background-color: rgb(151,189,215); }

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

border-color css

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

 span { border-color: rgb(151,189,215); }

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