Html Css Color HEX #9FCCCF Morning Glory

📋 copy color: '#9FCCCF'

red 159 ◦ green 204 ◦ blue 207

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

Shades of Morning Glory #9FCCCF

Tints of Morning Glory #9FCCCF

RGB

 RED value IS 159 (62.5% from 255) = 27.89%

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

 BLUE value IS 207 (81.25% from 255) = 36.32%

R = 27.89%
G = 35.79%
B = 36.32%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9FCCCF (or 0x9FCCCF) is known color: Morning Glory. HEX triplet: 9F, CC and CF. RGB value is (159,204,207). Sum of RGB (Red+Green+Blue) = 159+204+207=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #9FCCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCCCF is #603330. Grayscale: #BEBEBE. Windows color (decimal): -6304561 or 13618335. OLE color: 13618335.

HSL color Cylindrical-coordinate representation of color #9FCCCF: hue angle of 183.75º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FCCCF is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 204 207 -
CMYK 0.23 0.01 0 0.19
HSL 183.75º 0.33% 0.72% -
HSV(B) 183.75º 0.23% 0.81% -
XYZ 47.15 55.06 67.17 -
YUV 190.89 137.09 105.26 -
System Red Green Blue C M Y K H S L
Decimal 159 204 207 0.23 0.01 0 0.19 183.75 0.33 0.72
Hex 9F CC CF 17 1 0 13 B8 21 48
Octal 237 314 317 27 1 0 23 270 41 110
Binary 10011111 11001100 11001111 10111 1 0 10011 10111000 100001 1001000

Color Harmonies of #9FCCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCCCF

Black with #9FCCCF

Text Example


Text Example

White with #9FCCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FCCCF; }

 p { color: rgb(159,204,207); }

 H1.HeaderClassName
 {
   color: #9FCCCF;
 }
 .AnyTagClassName
 {
   color: #9FCCCF;
 }
</style>

background-color css

<style>
 a { background-color: #9FCCCF; }

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

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

border-color css

<style>
 span { border-color: #9FCCCF; }

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

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