Html Css Color HEX #99CFCA Morning Glory

📋 copy color: '#99CFCA'

red 153 ◦ green 207 ◦ blue 202

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

Shades of Morning Glory #99CFCA

Tints of Morning Glory #99CFCA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.83%

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

R = 27.22%
G = 36.83%
B = 35.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#99CFCA (or 0x99CFCA) is known color: Morning Glory. HEX triplet: 99, CF and CA. RGB value is (153,207,202). Sum of RGB (Red+Green+Blue) = 153+207+202=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CFCA is #663035. Grayscale: #BEBEBE. Windows color (decimal): -6697014 or 13291417. OLE color: 13291417.

HSL color Cylindrical-coordinate representation of color #99CFCA: hue angle of 174.44º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CFCA is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 207 202 -
CMYK 0.26 0 0.02 0.19
HSL 174.44º 0.36% 0.71% -
HSV(B) 174.44º 0.26% 0.81% -
XYZ 46.11 55.66 64.19 -
YUV 190.28 134.61 101.41 -
System Red Green Blue C M Y K H S L
Decimal 153 207 202 0.26 0 0.02 0.19 174.44 0.36 0.71
Hex 99 CF CA 1A 0 2 13 AE 24 47
Octal 231 317 312 32 0 2 23 256 44 107
Binary 10011001 11001111 11001010 11010 0 10 10011 10101110 100100 1000111

Color Harmonies of #99CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CFCA

Black with #99CFCA

Text Example


Text Example

White with #99CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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