Html Css Color HEX #98D0CF Morning Glory

📋 copy color: '#98D0CF'

red 152 ◦ green 208 ◦ blue 207

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

Shades of Morning Glory #98D0CF

Tints of Morning Glory #98D0CF

RGB

 RED value IS 152 (59.77% from 255) = 26.81%

 GREEN value IS 208 (81.64% from 255) = 36.68%

 BLUE value IS 207 (81.25% from 255) = 36.51%

R = 26.81%
G = 36.68%
B = 36.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#98D0CF (or 0x98D0CF) is known color: Morning Glory. HEX triplet: 98, D0 and CF. RGB value is (152,208,207). Sum of RGB (Red+Green+Blue) = 152+208+207=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 208 - color contains mainly: green. Hex color #98D0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D0CF is #672F30. Grayscale: #BFBFBF. Windows color (decimal): -6762289 or 13619352. OLE color: 13619352.

HSL color Cylindrical-coordinate representation of color #98D0CF: hue angle of 178.93º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98D0CF is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 208 207 -
CMYK 0.27 0 0.00 0.18
HSL 178.93º 0.37% 0.71% -
HSV(B) 178.93º 0.27% 0.82% -
XYZ 46.77 56.29 67.43 -
YUV 191.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 152 208 207 0.27 0 0.00 0.18 178.93 0.37 0.71
Hex 98 D0 CF 1B 0 0 12 B3 25 47
Octal 230 320 317 33 0 0 22 263 45 107
Binary 10011000 11010000 11001111 11011 0 0 10010 10110011 100101 1000111

Color Harmonies of #98D0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D0CF

Black with #98D0CF

Text Example


Text Example

White with #98D0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98D0CF; }

 p { color: rgb(152,208,207); }

 H1.HeaderClassName
 {
   color: #98D0CF;
 }
 .AnyTagClassName
 {
   color: #98D0CF;
 }
</style>

background-color css

<style>
 a { background-color: #98D0CF; }

 a { background-color: rgb(152,208,207); }

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

border-color css

<style>
 span { border-color: #98D0CF; }

 span { border-color: rgb(152,208,207); }

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