Html Css Color HEX #8FDBDC Morning Glory

📋 copy color: '#8FDBDC'

red 143 ◦ green 219 ◦ blue 220

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

Shades of Morning Glory #8FDBDC

Tints of Morning Glory #8FDBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.63%

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 24.57%
G = 37.63%
B = 37.8%

CMYK

 C value IS 0.35

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8FDBDC (or 0x8FDBDC) is known color: Morning Glory. HEX triplet: 8F, DB and DC. RGB value is (143,219,220). Sum of RGB (Red+Green+Blue) = 143+219+220=582 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.57% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FDBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDBDC is #702423. Grayscale: #C4C4C4. Windows color (decimal): -7349284 or 14474127. OLE color: 14474127.

HSL color Cylindrical-coordinate representation of color #8FDBDC: hue angle of 180.78º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDBDC is Cyan = 0.35, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 219 220 -
CMYK 0.35 0.00 0 0.14
HSL 180.78º 0.52% 0.71% -
HSV(B) 180.78º 0.35% 0.86% -
XYZ 49.58 61.67 77 -
YUV 196.39 141.32 89.92 -
System Red Green Blue C M Y K H S L
Decimal 143 219 220 0.35 0.00 0 0.14 180.78 0.52 0.71
Hex 8F DB DC 23 0 0 E B5 34 47
Octal 217 333 334 43 0 0 16 265 64 107
Binary 10001111 11011011 11011100 100011 0 0 1110 10110101 110100 1000111

Color Harmonies of #8FDBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDBDC

Black with #8FDBDC

Text Example


Text Example

White with #8FDBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,219,220); }

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

background-color css

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

 a { background-color: rgb(143,219,220); }

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

border-color css

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

 span { border-color: rgb(143,219,220); }

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