Html Css Color HEX #93CCCC Morning Glory

📋 copy color: '#93CCCC'

red 147 ◦ green 204 ◦ blue 204

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

Shades of Morning Glory #93CCCC

Tints of Morning Glory #93CCCC

RGB

 RED value IS 147 (57.81% from 255) = 26.49%

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

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

R = 26.49%
G = 36.76%
B = 36.76%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#93CCCC (or 0x93CCCC) is known color: Morning Glory. HEX triplet: 93, CC and CC. RGB value is (147,204,204). Sum of RGB (Red+Green+Blue) = 147+204+204=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #93CCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CCCC is #6C3333. Grayscale: #BABABA. Windows color (decimal): -7090996 or 13421715. OLE color: 13421715.

HSL color Cylindrical-coordinate representation of color #93CCCC: hue angle of 180º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CCCC is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 204 204 -
CMYK 0.28 0 0 0.2
HSL 180º 0.36% 0.69% -
HSV(B) 180º 0.28% 0.8% -
XYZ 44.52 53.75 65.15 -
YUV 186.96 137.62 99.5 -
System Red Green Blue C M Y K H S L
Decimal 147 204 204 0.28 0 0 0.2 180 0.36 0.69
Hex 93 CC CC 1C 0 0 14 B4 24 45
Octal 223 314 314 34 0 0 24 264 44 105
Binary 10010011 11001100 11001100 11100 0 0 10100 10110100 100100 1000101

Color Harmonies of #93CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CCCC

Black with #93CCCC

Text Example


Text Example

White with #93CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93CCCC; }

 p { color: rgb(147,204,204); }

 H1.HeaderClassName
 {
   color: #93CCCC;
 }
 .AnyTagClassName
 {
   color: #93CCCC;
 }
</style>

background-color css

<style>
 a { background-color: #93CCCC; }

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

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

border-color css

<style>
 span { border-color: #93CCCC; }

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

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