Html Css Color HEX #97CFDD Regent St Blue

📋 copy color: '#97CFDD'

red 151 ◦ green 207 ◦ blue 221

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

Shades of Regent St Blue #97CFDD

Tints of Regent St Blue #97CFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 26.08%
G = 35.75%
B = 38.17%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#97CFDD (or 0x97CFDD) is known color: Regent St Blue. HEX triplet: 97, CF and DD. RGB value is (151,207,221). Sum of RGB (Red+Green+Blue) = 151+207+221=579 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.08% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #97CFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CFDD is #683022. Grayscale: #BFBFBF. Windows color (decimal): -6828067 or 14536599. OLE color: 14536599.

HSL color Cylindrical-coordinate representation of color #97CFDD: hue angle of 192º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97CFDD is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 207 221 -
CMYK 0.32 0.06 0 0.13
HSL 192º 0.51% 0.73% -
HSV(B) 192º 0.32% 0.87% -
XYZ 48.13 56.43 76.76 -
YUV 191.85 144.45 98.86 -
System Red Green Blue C M Y K H S L
Decimal 151 207 221 0.32 0.06 0 0.13 192 0.51 0.73
Hex 97 CF DD 20 6 0 D C0 33 49
Octal 227 317 335 40 6 0 15 300 63 111
Binary 10010111 11001111 11011101 100000 110 0 1101 11000000 110011 1001001

Color Harmonies of #97CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CFDD

Black with #97CFDD

Text Example


Text Example

White with #97CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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