Html Css Color HEX #8ADFCC Riptide

📋 copy color: '#8ADFCC'

red 138 ◦ green 223 ◦ blue 204

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

Shades of Riptide #8ADFCC

Tints of Riptide #8ADFCC

RGB

 RED value IS 138 (54.3% from 255) = 24.42%

 GREEN value IS 223 (87.5% from 255) = 39.47%

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

R = 24.42%
G = 39.47%
B = 36.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#8ADFCC (or 0x8ADFCC) is known color: Riptide. HEX triplet: 8A, DF and CC. RGB value is (138,223,204). Sum of RGB (Red+Green+Blue) = 138+223+204=565 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.42% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ADFCC is #752033. Grayscale: #C3C3C3. Windows color (decimal): -7675956 or 13426570. OLE color: 13426570.

HSL color Cylindrical-coordinate representation of color #8ADFCC: hue angle of 166.59º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADFCC is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 223 204 -
CMYK 0.38 0 0.09 0.13
HSL 166.59º 0.57% 0.71% -
HSV(B) 166.59º 0.38% 0.87% -
XYZ 47.77 62.54 66.68 -
YUV 195.42 132.84 87.04 -
System Red Green Blue C M Y K H S L
Decimal 138 223 204 0.38 0 0.09 0.13 166.59 0.57 0.71
Hex 8A DF CC 26 0 9 D A7 39 47
Octal 212 337 314 46 0 11 15 247 71 107
Binary 10001010 11011111 11001100 100110 0 1001 1101 10100111 111001 1000111

Color Harmonies of #8ADFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADFCC

Black with #8ADFCC

Text Example


Text Example

White with #8ADFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,223,204); }

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

background-color css

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

 a { background-color: rgb(138,223,204); }

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

border-color css

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

 span { border-color: rgb(138,223,204); }

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