Html Css Color HEX #97C1CA Regent St Blue

📋 copy color: '#97C1CA'

red 151 ◦ green 193 ◦ blue 202

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

Shades of Regent St Blue #97C1CA

Tints of Regent St Blue #97C1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.35%

 BLUE value IS 202 (79.3% from 255) = 37%

R = 27.66%
G = 35.35%
B = 37%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#97C1CA (or 0x97C1CA) is known color: Regent St Blue. HEX triplet: 97, C1 and CA. RGB value is (151,193,202). Sum of RGB (Red+Green+Blue) = 151+193+202=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #97C1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97C1CA is #683E35. Grayscale: #B5B5B5. Windows color (decimal): -6831670 or 13287831. OLE color: 13287831.

HSL color Cylindrical-coordinate representation of color #97C1CA: hue angle of 190.59º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97C1CA is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 193 202 -
CMYK 0.25 0.04 0 0.21
HSL 190.59º 0.32% 0.69% -
HSV(B) 190.59º 0.25% 0.79% -
XYZ 42.49 48.98 63.09 -
YUV 181.47 139.59 106.27 -
System Red Green Blue C M Y K H S L
Decimal 151 193 202 0.25 0.04 0 0.21 190.59 0.32 0.69
Hex 97 C1 CA 19 4 0 15 BF 20 45
Octal 227 301 312 31 4 0 25 277 40 105
Binary 10010111 11000001 11001010 11001 100 0 10101 10111111 100000 1000101

Color Harmonies of #97C1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C1CA

Black with #97C1CA

Text Example


Text Example

White with #97C1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,193,202); }

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

background-color css

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

 a { background-color: rgb(151,193,202); }

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

border-color css

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

 span { border-color: rgb(151,193,202); }

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