Html Css Color HEX #97BDD4 Regent St Blue

📋 copy color: '#97BDD4'

red 151 ◦ green 189 ◦ blue 212

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

Shades of Regent St Blue #97BDD4

Tints of Regent St Blue #97BDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.41%

R = 27.36%
G = 34.24%
B = 38.41%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#97BDD4 (or 0x97BDD4) is known color: Regent St Blue. HEX triplet: 97, BD and D4. RGB value is (151,189,212). Sum of RGB (Red+Green+Blue) = 151+189+212=552 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.36% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 212 (83.20% from 255 or 38.41% from 552); Max value from RGB is 212 - color contains mainly: blue. Hex color #97BDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97BDD4 is #68422B. Grayscale: #B4B4B4. Windows color (decimal): -6832684 or 13942167. OLE color: 13942167.

HSL color Cylindrical-coordinate representation of color #97BDD4: hue angle of 202.62º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97BDD4 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 189 212 -
CMYK 0.29 0.11 0 0.17
HSL 202.62º 0.41% 0.71% -
HSV(B) 202.62º 0.29% 0.83% -
XYZ 42.84 47.73 69.24 -
YUV 180.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 151 189 212 0.29 0.11 0 0.17 202.62 0.41 0.71
Hex 97 BD D4 1D B 0 11 CB 29 47
Octal 227 275 324 35 13 0 21 313 51 107
Binary 10010111 10111101 11010100 11101 1011 0 10001 11001011 101001 1000111

Color Harmonies of #97BDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BDD4

Black with #97BDD4

Text Example


Text Example

White with #97BDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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