Html Css Color HEX #97CDD5 Morning Glory

📋 copy color: '#97CDD5'

red 151 ◦ green 205 ◦ blue 213

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

Shades of Morning Glory #97CDD5

Tints of Morning Glory #97CDD5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.03%

 BLUE value IS 213 (83.59% from 255) = 37.43%

R = 26.54%
G = 36.03%
B = 37.43%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#97CDD5 (or 0x97CDD5) is known color: Morning Glory. HEX triplet: 97, CD and D5. RGB value is (151,205,213). Sum of RGB (Red+Green+Blue) = 151+205+213=569 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.54% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #97CDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97CDD5 is #68322A. Grayscale: #BDBDBD. Windows color (decimal): -6828587 or 14011799. OLE color: 14011799.

HSL color Cylindrical-coordinate representation of color #97CDD5: hue angle of 187.74º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97CDD5 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 205 213 -
CMYK 0.29 0.04 0 0.16
HSL 187.74º 0.42% 0.71% -
HSV(B) 187.74º 0.29% 0.84% -
XYZ 46.6 55.05 71.12 -
YUV 189.77 141.11 100.35 -
System Red Green Blue C M Y K H S L
Decimal 151 205 213 0.29 0.04 0 0.16 187.74 0.42 0.71
Hex 97 CD D5 1D 4 0 10 BC 2A 47
Octal 227 315 325 35 4 0 20 274 52 107
Binary 10010111 11001101 11010101 11101 100 0 10000 10111100 101010 1000111

Color Harmonies of #97CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CDD5

Black with #97CDD5

Text Example


Text Example

White with #97CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,205,213); }

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

background-color css

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

 a { background-color: rgb(151,205,213); }

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

border-color css

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

 span { border-color: rgb(151,205,213); }

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