Html Css Color HEX #8FDCC4 Riptide

📋 copy color: '#8FDCC4'

red 143 ◦ green 220 ◦ blue 196

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

Shades of Riptide #8FDCC4

Tints of Riptide #8FDCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.06%

R = 25.58%
G = 39.36%
B = 35.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#8FDCC4 (or 0x8FDCC4) is known color: Riptide. HEX triplet: 8F, DC and C4. RGB value is (143,220,196). Sum of RGB (Red+Green+Blue) = 143+220+196=559 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.58% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCC4 is #70233B. Grayscale: #C2C2C2. Windows color (decimal): -7349052 or 12901519. OLE color: 12901519.

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

Color convert

RGB 143 220 196 -
CMYK 0.35 0 0.11 0.14
HSL 161.3º 0.52% 0.71% -
HSV(B) 161.3º 0.35% 0.86% -
XYZ 46.88 61.01 61.53 -
YUV 194.24 128.99 91.45 -
System Red Green Blue C M Y K H S L
Decimal 143 220 196 0.35 0 0.11 0.14 161.3 0.52 0.71
Hex 8F DC C4 23 0 B E A1 34 47
Octal 217 334 304 43 0 13 16 241 64 107
Binary 10001111 11011100 11000100 100011 0 1011 1110 10100001 110100 1000111

Color Harmonies of #8FDCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDCC4

Black with #8FDCC4

Text Example


Text Example

White with #8FDCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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