Html Css Color HEX #8FDCD4 Riptide

📋 copy color: '#8FDCD4'

red 143 ◦ green 220 ◦ blue 212

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

Shades of Riptide #8FDCD4

Tints of Riptide #8FDCD4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.26%

 BLUE value IS 212 (83.2% from 255) = 36.87%

R = 24.87%
G = 38.26%
B = 36.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#8FDCD4 (or 0x8FDCD4) is known color: Riptide. HEX triplet: 8F, DC and D4. RGB value is (143,220,212). Sum of RGB (Red+Green+Blue) = 143+220+212=575 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.87% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCD4 is #70232B. Grayscale: #C4C4C4. Windows color (decimal): -7349036 or 13950095. OLE color: 13950095.

HSL color Cylindrical-coordinate representation of color #8FDCD4: hue angle of 173.77º 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 #8FDCD4 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 220 212 -
CMYK 0.35 0 0.04 0.14
HSL 173.77º 0.52% 0.71% -
HSV(B) 173.77º 0.35% 0.86% -
XYZ 48.8 61.78 71.64 -
YUV 196.07 136.99 90.15 -
System Red Green Blue C M Y K H S L
Decimal 143 220 212 0.35 0 0.04 0.14 173.77 0.52 0.71
Hex 8F DC D4 23 0 4 E AE 34 47
Octal 217 334 324 43 0 4 16 256 64 107
Binary 10001111 11011100 11010100 100011 0 100 1110 10101110 110100 1000111

Color Harmonies of #8FDCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDCD4

Black with #8FDCD4

Text Example


Text Example

White with #8FDCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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