Html Css Color HEX #97DBDB Morning Glory

📋 copy color: '#97DBDB'

red 151 ◦ green 219 ◦ blue 219

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

Shades of Morning Glory #97DBDB

Tints of Morning Glory #97DBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.18%

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

R = 25.64%
G = 37.18%
B = 37.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#97DBDB (or 0x97DBDB) is known color: Morning Glory. HEX triplet: 97, DB and DB. RGB value is (151,219,219). Sum of RGB (Red+Green+Blue) = 151+219+219=589 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.64% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #97DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DBDB is #682424. Grayscale: #C6C6C6. Windows color (decimal): -6824997 or 14408599. OLE color: 14408599.

HSL color Cylindrical-coordinate representation of color #97DBDB: hue angle of 180º 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 #97DBDB is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 219 219 -
CMYK 0.31 0 0 0.14
HSL 180º 0.49% 0.73% -
HSV(B) 180º 0.31% 0.86% -
XYZ 50.88 62.36 76.37 -
YUV 198.67 139.47 94 -
System Red Green Blue C M Y K H S L
Decimal 151 219 219 0.31 0 0 0.14 180 0.49 0.73
Hex 97 DB DB 1F 0 0 E B4 31 49
Octal 227 333 333 37 0 0 16 264 61 111
Binary 10010111 11011011 11011011 11111 0 0 1110 10110100 110001 1001001

Color Harmonies of #97DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DBDB

Black with #97DBDB

Text Example


Text Example

White with #97DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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