Html Css Color HEX #99CACC Morning Glory

📋 copy color: '#99CACC'

red 153 ◦ green 202 ◦ blue 204

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

Shades of Morning Glory #99CACC

Tints of Morning Glory #99CACC

RGB

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

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

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

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

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

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

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

Color convert

RGB 153 202 204 -
CMYK 0.25 0.01 0 0.2
HSL 182.35º 0.33% 0.7% -
HSV(B) 182.35º 0.25% 0.8% -
XYZ 45.16 53.37 65.05 -
YUV 187.58 137.27 103.34 -
System Red Green Blue C M Y K H S L
Decimal 153 202 204 0.25 0.01 0 0.2 182.35 0.33 0.7
Hex 99 CA CC 19 1 0 14 B6 21 46
Octal 231 312 314 31 1 0 24 266 41 106
Binary 10011001 11001010 11001100 11001 1 0 10100 10110110 100001 1000110

Color Harmonies of #99CACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CACC

Black with #99CACC

Text Example


Text Example

White with #99CACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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