Html Css Color HEX #8FCFD6 Morning Glory

📋 copy color: '#8FCFD6'

red 143 ◦ green 207 ◦ blue 214

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

Shades of Morning Glory #8FCFD6

Tints of Morning Glory #8FCFD6

RGB

 RED value IS 143 (56.25% from 255) = 25.35%

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

 BLUE value IS 214 (83.98% from 255) = 37.94%

R = 25.35%
G = 36.7%
B = 37.94%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8FCFD6 (or 0x8FCFD6) is known color: Morning Glory. HEX triplet: 8F, CF and D6. RGB value is (143,207,214). Sum of RGB (Red+Green+Blue) = 143+207+214=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 214 - color contains mainly: blue. Hex color #8FCFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFD6 is #703029. Grayscale: #BCBCBC. Windows color (decimal): -7352362 or 14077839. OLE color: 14077839.

HSL color Cylindrical-coordinate representation of color #8FCFD6: hue angle of 185.92º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FCFD6 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 143 207 214 -
CMYK 0.33 0.03 0 0.16
HSL 185.92º 0.46% 0.7% -
HSV(B) 185.92º 0.33% 0.84% -
XYZ 45.78 55.32 71.88 -
YUV 188.66 142.3 95.43 -
System Red Green Blue C M Y K H S L
Decimal 143 207 214 0.33 0.03 0 0.16 185.92 0.46 0.7
Hex 8F CF D6 21 3 0 10 BA 2E 46
Octal 217 317 326 41 3 0 20 272 56 106
Binary 10001111 11001111 11010110 100001 11 0 10000 10111010 101110 1000110

Color Harmonies of #8FCFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCFD6

Black with #8FCFD6

Text Example


Text Example

White with #8FCFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FCFD6; }

 p { color: rgb(143,207,214); }

 H1.HeaderClassName
 {
   color: #8FCFD6;
 }
 .AnyTagClassName
 {
   color: #8FCFD6;
 }
</style>

background-color css

<style>
 a { background-color: #8FCFD6; }

 a { background-color: rgb(143,207,214); }

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

border-color css

<style>
 span { border-color: #8FCFD6; }

 span { border-color: rgb(143,207,214); }

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