Html Css Color HEX #97BBD0 Regent St Blue

📋 copy color: '#97BBD0'

red 151 ◦ green 187 ◦ blue 208

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

Shades of Regent St Blue #97BBD0

Tints of Regent St Blue #97BBD0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.25%

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

R = 27.66%
G = 34.25%
B = 38.1%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#97BBD0 (or 0x97BBD0) is known color: Regent St Blue. HEX triplet: 97, BB and D0. RGB value is (151,187,208). Sum of RGB (Red+Green+Blue) = 151+187+208=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 208 - color contains mainly: blue. Hex color #97BBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BBD0 is #68442F. Grayscale: #B2B2B2. Windows color (decimal): -6833200 or 13679511. OLE color: 13679511.

HSL color Cylindrical-coordinate representation of color #97BBD0: hue angle of 202.11º 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 #97BBD0 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 187 208 -
CMYK 0.27 0.10 0 0.18
HSL 202.11º 0.38% 0.7% -
HSV(B) 202.11º 0.27% 0.82% -
XYZ 41.92 46.67 66.47 -
YUV 178.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 151 187 208 0.27 0.10 0 0.18 202.11 0.38 0.7
Hex 97 BB D0 1B A 0 12 CA 26 46
Octal 227 273 320 33 12 0 22 312 46 106
Binary 10010111 10111011 11010000 11011 1010 0 10010 11001010 100110 1000110

Color Harmonies of #97BBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BBD0

Black with #97BBD0

Text Example


Text Example

White with #97BBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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