Html Css Color HEX #97DBDA Morning Glory

📋 copy color: '#97DBDA'

red 151 ◦ green 219 ◦ blue 218

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

Shades of Morning Glory #97DBDA

Tints of Morning Glory #97DBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.07%

R = 25.68%
G = 37.24%
B = 37.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#97DBDA (or 0x97DBDA) is known color: Morning Glory. HEX triplet: 97, DB and DA. RGB value is (151,219,218). Sum of RGB (Red+Green+Blue) = 151+219+218=588 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.68% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #97DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DBDA is #682425. Grayscale: #C6C6C6. Windows color (decimal): -6824998 or 14343063. OLE color: 14343063.

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

Color convert

RGB 151 219 218 -
CMYK 0.31 0 0.00 0.14
HSL 179.12º 0.49% 0.73% -
HSV(B) 179.12º 0.31% 0.86% -
XYZ 50.75 62.3 75.68 -
YUV 198.55 138.97 94.08 -
System Red Green Blue C M Y K H S L
Decimal 151 219 218 0.31 0 0.00 0.14 179.12 0.49 0.73
Hex 97 DB DA 1F 0 0 E B3 31 49
Octal 227 333 332 37 0 0 16 263 61 111
Binary 10010111 11011011 11011010 11111 0 0 1110 10110011 110001 1001001

Color Harmonies of #97DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DBDA

Black with #97DBDA

Text Example


Text Example

White with #97DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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