#8CD7CF

Color #8CD7CF Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #8CD7CF

Tints of Riptide #8CD7CF

Color information

#8CD7CF (or 0x8CD7CF) is unknown color: approx Riptide. HEX triplet: 8C, D7 and CF. RGB value is (140,215,207). Sum of RGB (Red+Green+Blue) = 140+215+207=562 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.91% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD7CF is #732830. Grayscale: #BFBFBF. Windows color (decimal): -7546929 or 13621132. OLE color: 13621132.

HSL color Cylindrical-coordinate representation of color #8CD7CF: hue angle of 173.6º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CD7CF is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB140215207-
CMYK0.3500.040.16
HSL173.6º48.39%69.61%-
HSV(B)173.6º34.88%84.31%-
XYZ46.3858.6867.91-
YUV191.66136.6591.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.91%
GREEN value IS 215 (84.38% from 255) = 38.26%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=24.91%
G=38.26%
B=36.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402152070.3500.040.16173.648.3969.61
Hex8CD7CF230410ae3046
Octal21432731743042025660106
Binary100011001101011111001111100011010010000101011101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,215,207); }

 H1.HeaderClassName
 {
   color: #8CD7CF;
 }
 .AnyTagClassName
 {
   color: #8CD7CF;
 }
</style>
background-color css

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

 a { background-color: rgb(140,215,207); }

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

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

 span { border-color: rgb(140,215,207); }

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