Html Css Color HEX #97CFDB Regent St Blue

📋 copy color: '#97CFDB'

red 151 ◦ green 207 ◦ blue 219

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

Shades of Regent St Blue #97CFDB

Tints of Regent St Blue #97CFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.88%

 BLUE value IS 219 (85.94% from 255) = 37.95%

R = 26.17%
G = 35.88%
B = 37.95%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#97CFDB (or 0x97CFDB) is known color: Regent St Blue. HEX triplet: 97, CF and DB. RGB value is (151,207,219). Sum of RGB (Red+Green+Blue) = 151+207+219=577 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.17% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #97CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CFDB is #683024. Grayscale: #BFBFBF. Windows color (decimal): -6828069 or 14405527. OLE color: 14405527.

HSL color Cylindrical-coordinate representation of color #97CFDB: hue angle of 190.59º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97CFDB is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 207 219 -
CMYK 0.31 0.05 0 0.14
HSL 190.59º 0.49% 0.73% -
HSV(B) 190.59º 0.31% 0.86% -
XYZ 47.86 56.32 75.37 -
YUV 191.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 151 207 219 0.31 0.05 0 0.14 190.59 0.49 0.73
Hex 97 CF DB 1F 5 0 E BF 31 49
Octal 227 317 333 37 5 0 16 277 61 111
Binary 10010111 11001111 11011011 11111 101 0 1110 10111111 110001 1001001

Color Harmonies of #97CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CFDB

Black with #97CFDB

Text Example


Text Example

White with #97CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,207,219); }

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

background-color css

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

 a { background-color: rgb(151,207,219); }

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

border-color css

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

 span { border-color: rgb(151,207,219); }

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