Html Css Color HEX #97BDD0 Regent St Blue

📋 copy color: '#97BDD0'

red 151 ◦ green 189 ◦ blue 208

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

Shades of Regent St Blue #97BDD0

Tints of Regent St Blue #97BDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.96%

R = 27.55%
G = 34.49%
B = 37.96%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#97BDD0 (or 0x97BDD0) is known color: Regent St Blue. HEX triplet: 97, BD and D0. RGB value is (151,189,208). Sum of RGB (Red+Green+Blue) = 151+189+208=548 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.55% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #97BDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BDD0 is #68422F. Grayscale: #B3B3B3. Windows color (decimal): -6832688 or 13680023. OLE color: 13680023.

HSL color Cylindrical-coordinate representation of color #97BDD0: hue angle of 200º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97BDD0 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 189 208 -
CMYK 0.27 0.09 0 0.18
HSL 200º 0.38% 0.7% -
HSV(B) 200º 0.27% 0.82% -
XYZ 42.35 47.53 66.62 -
YUV 179.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 151 189 208 0.27 0.09 0 0.18 200 0.38 0.7
Hex 97 BD D0 1B 9 0 12 C8 26 46
Octal 227 275 320 33 11 0 22 310 46 106
Binary 10010111 10111101 11010000 11011 1001 0 10010 11001000 100110 1000110

Color Harmonies of #97BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BDD0

Black with #97BDD0

Text Example


Text Example

White with #97BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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