Html Css Color HEX #8FDCC3 Riptide

📋 copy color: '#8FDCC3'

red 143 ◦ green 220 ◦ blue 195

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

Shades of Riptide #8FDCC3

Tints of Riptide #8FDCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.95%

R = 25.63%
G = 39.43%
B = 34.95%

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

#8FDCC3 (or 0x8FDCC3) is known color: Riptide. HEX triplet: 8F, DC and C3. RGB value is (143,220,195). Sum of RGB (Red+Green+Blue) = 143+220+195=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCC3 is #70233C. Grayscale: #C2C2C2. Windows color (decimal): -7349053 or 12835983. OLE color: 12835983.

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

Color convert

RGB 143 220 195 -
CMYK 0.35 0 0.11 0.14
HSL 160.52º 0.52% 0.71% -
HSV(B) 160.52º 0.35% 0.86% -
XYZ 46.77 60.97 60.93 -
YUV 194.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 143 220 195 0.35 0 0.11 0.14 160.52 0.52 0.71
Hex 8F DC C3 23 0 B E A1 34 47
Octal 217 334 303 43 0 13 16 241 64 107
Binary 10001111 11011100 11000011 100011 0 1011 1110 10100001 110100 1000111

Color Harmonies of #8FDCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDCC3

Black with #8FDCC3

Text Example


Text Example

White with #8FDCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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