Html Css Color HEX #97CBD9 Regent St Blue

📋 copy color: '#97CBD9'

red 151 ◦ green 203 ◦ blue 217

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

Shades of Regent St Blue #97CBD9

Tints of Regent St Blue #97CBD9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.55%

 BLUE value IS 217 (85.16% from 255) = 38%

R = 26.44%
G = 35.55%
B = 38%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#97CBD9 (or 0x97CBD9) is known color: Regent St Blue. HEX triplet: 97, CB and D9. RGB value is (151,203,217). Sum of RGB (Red+Green+Blue) = 151+203+217=571 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.44% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 217 - color contains mainly: blue. Hex color #97CBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CBD9 is #683426. Grayscale: #BCBCBC. Windows color (decimal): -6829095 or 14273431. OLE color: 14273431.

HSL color Cylindrical-coordinate representation of color #97CBD9: hue angle of 192.73º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97CBD9 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 203 217 -
CMYK 0.30 0.06 0 0.15
HSL 192.73º 0.46% 0.72% -
HSV(B) 192.73º 0.3% 0.85% -
XYZ 46.64 54.3 73.67 -
YUV 189.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 151 203 217 0.30 0.06 0 0.15 192.73 0.46 0.72
Hex 97 CB D9 1E 6 0 F C1 2E 48
Octal 227 313 331 36 6 0 17 301 56 110
Binary 10010111 11001011 11011001 11110 110 0 1111 11000001 101110 1001000

Color Harmonies of #97CBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CBD9

Black with #97CBD9

Text Example


Text Example

White with #97CBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,203,217); }

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

background-color css

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

 a { background-color: rgb(151,203,217); }

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

border-color css

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

 span { border-color: rgb(151,203,217); }

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