Html Css Color HEX #99CCCA Morning Glory

📋 copy color: '#99CCCA'

red 153 ◦ green 204 ◦ blue 202

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

Shades of Morning Glory #99CCCA

Tints of Morning Glory #99CCCA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.49%

 BLUE value IS 202 (79.3% from 255) = 36.14%

R = 27.37%
G = 36.49%
B = 36.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#99CCCA (or 0x99CCCA) is known color: Morning Glory. HEX triplet: 99, CC and CA. RGB value is (153,204,202). Sum of RGB (Red+Green+Blue) = 153+204+202=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 204 - color contains mainly: green. Hex color #99CCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CCCA is #663335. Grayscale: #BCBCBC. Windows color (decimal): -6697782 or 13290649. OLE color: 13290649.

HSL color Cylindrical-coordinate representation of color #99CCCA: hue angle of 177.65º degrees, saturation: 0.33, 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 #99CCCA is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 204 202 -
CMYK 0.25 0 0.01 0.2
HSL 177.65º 0.33% 0.7% -
HSV(B) 177.65º 0.25% 0.8% -
XYZ 45.39 54.22 63.95 -
YUV 188.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 153 204 202 0.25 0 0.01 0.2 177.65 0.33 0.7
Hex 99 CC CA 19 0 1 14 B2 21 46
Octal 231 314 312 31 0 1 24 262 41 106
Binary 10011001 11001100 11001010 11001 0 1 10100 10110010 100001 1000110

Color Harmonies of #99CCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CCCA

Black with #99CCCA

Text Example


Text Example

White with #99CCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,204,202); }

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

background-color css

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

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

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

border-color css

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

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

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