Html Css Color HEX #8FDCCD Riptide

📋 copy color: '#8FDCCD'

red 143 ◦ green 220 ◦ blue 205

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

Shades of Riptide #8FDCCD

Tints of Riptide #8FDCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.09%

R = 25.18%
G = 38.73%
B = 36.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#8FDCCD (or 0x8FDCCD) is known color: Riptide. HEX triplet: 8F, DC and CD. RGB value is (143,220,205). Sum of RGB (Red+Green+Blue) = 143+220+205=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCCD is #702332. Grayscale: #C3C3C3. Windows color (decimal): -7349043 or 13491343. OLE color: 13491343.

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

Color convert

RGB 143 220 205 -
CMYK 0.35 0 0.07 0.14
HSL 168.31º 0.52% 0.71% -
HSV(B) 168.31º 0.35% 0.86% -
XYZ 47.94 61.43 67.09 -
YUV 195.27 133.49 90.72 -
System Red Green Blue C M Y K H S L
Decimal 143 220 205 0.35 0 0.07 0.14 168.31 0.52 0.71
Hex 8F DC CD 23 0 7 E A8 34 47
Octal 217 334 315 43 0 7 16 250 64 107
Binary 10001111 11011100 11001101 100011 0 111 1110 10101000 110100 1000111

Color Harmonies of #8FDCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDCCD

Black with #8FDCCD

Text Example


Text Example

White with #8FDCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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