#8CDCCF

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

Shades of Riptide #8CDCCF

Tints of Riptide #8CDCCF

Color information

#8CDCCF (or 0x8CDCCF) is unknown color: approx Riptide. HEX triplet: 8C, DC and CF. RGB value is (140,220,207). Sum of RGB (Red+Green+Blue) = 140+220+207=567 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.69% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDCCF is #732330. Grayscale: #C2C2C2. Windows color (decimal): -7545649 or 13622412. OLE color: 13622412.

HSL color Cylindrical-coordinate representation of color #8CDCCF: hue angle of 170.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDCCF is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB140220207-
CMYK0.3600.060.14
HSL170.25º53.33%70.59%-
HSV(B)170.25º36.36%86.27%-
XYZ47.6761.2768.34-
YUV194.613589.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.69%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 207 (81.25% from 255) = 36.51%
R=24.69%
G=38.80%
B=36.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1402202070.3600.060.14170.2553.3370.59
Hex8CDCCF2406Eaa3547
Octal21433431744061625265107
Binary10001100110111001100111110010001101110101010101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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