Html Css Color HEX #99CDCD Morning Glory

📋 copy color: '#99CDCD'

red 153 ◦ green 205 ◦ blue 205

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

Shades of Morning Glory #99CDCD

Tints of Morning Glory #99CDCD

RGB

 RED value IS 153 (60.16% from 255) = 27.18%

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

 BLUE value IS 205 (80.47% from 255) = 36.41%

R = 27.18%
G = 36.41%
B = 36.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#99CDCD (or 0x99CDCD) is known color: Morning Glory. HEX triplet: 99, CD and CD. RGB value is (153,205,205). Sum of RGB (Red+Green+Blue) = 153+205+205=563 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.18% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #99CDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CDCD is #663232. Grayscale: #BDBDBD. Windows color (decimal): -6697523 or 13487513. OLE color: 13487513.

HSL color Cylindrical-coordinate representation of color #99CDCD: hue angle of 180º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CDCD is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 205 205 -
CMYK 0.25 0 0 0.20
HSL 180º 0.34% 0.7% -
HSV(B) 180º 0.25% 0.8% -
XYZ 45.99 54.84 65.92 -
YUV 189.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 153 205 205 0.25 0 0 0.20 180 0.34 0.7
Hex 99 CD CD 19 0 0 14 B4 22 46
Octal 231 315 315 31 0 0 24 264 42 106
Binary 10011001 11001101 11001101 11001 0 0 10100 10110100 100010 1000110

Color Harmonies of #99CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CDCD

Black with #99CDCD

Text Example


Text Example

White with #99CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99CDCD; }

 p { color: rgb(153,205,205); }

 H1.HeaderClassName
 {
   color: #99CDCD;
 }
 .AnyTagClassName
 {
   color: #99CDCD;
 }
</style>

background-color css

<style>
 a { background-color: #99CDCD; }

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

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

border-color css

<style>
 span { border-color: #99CDCD; }

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

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