Html Css Color HEX #8FD6CC Riptide

📋 copy color: '#8FD6CC'

red 143 ◦ green 214 ◦ blue 204

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

Shades of Riptide #8FD6CC

Tints of Riptide #8FD6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.15%

 BLUE value IS 204 (80.08% from 255) = 36.36%

R = 25.49%
G = 38.15%
B = 36.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#8FD6CC (or 0x8FD6CC) is known color: Riptide. HEX triplet: 8F, D6 and CC. RGB value is (143,214,204). Sum of RGB (Red+Green+Blue) = 143+214+204=561 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.49% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD6CC is #702933. Grayscale: #BFBFBF. Windows color (decimal): -7350580 or 13424271. OLE color: 13424271.

HSL color Cylindrical-coordinate representation of color #8FD6CC: hue angle of 171.55º 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 #8FD6CC is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 143 214 204 -
CMYK 0.33 0 0.05 0.16
HSL 171.55º 0.46% 0.7% -
HSV(B) 171.55º 0.33% 0.84% -
XYZ 46.27 58.29 65.94 -
YUV 191.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 143 214 204 0.33 0 0.05 0.16 171.55 0.46 0.7
Hex 8F D6 CC 21 0 5 10 AC 2E 46
Octal 217 326 314 41 0 5 20 254 56 106
Binary 10001111 11010110 11001100 100001 0 101 10000 10101100 101110 1000110

Color Harmonies of #8FD6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD6CC

Black with #8FD6CC

Text Example


Text Example

White with #8FD6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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