Html Css Color HEX #8AD3CC Riptide

📋 copy color: '#8AD3CC'

red 138 ◦ green 211 ◦ blue 204

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

Shades of Riptide #8AD3CC

Tints of Riptide #8AD3CC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.16%

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

R = 24.95%
G = 38.16%
B = 36.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#8AD3CC (or 0x8AD3CC) is known color: Riptide. HEX triplet: 8A, D3 and CC. RGB value is (138,211,204). Sum of RGB (Red+Green+Blue) = 138+211+204=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD3CC is #752C33. Grayscale: #BCBCBC. Windows color (decimal): -7679028 or 13423498. OLE color: 13423498.

HSL color Cylindrical-coordinate representation of color #8AD3CC: hue angle of 174.25º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD3CC is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 138 211 204 -
CMYK 0.35 0 0.03 0.17
HSL 174.25º 0.45% 0.68% -
HSV(B) 174.25º 0.35% 0.83% -
XYZ 44.67 56.35 65.65 -
YUV 188.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 138 211 204 0.35 0 0.03 0.17 174.25 0.45 0.68
Hex 8A D3 CC 23 0 3 11 AE 2D 44
Octal 212 323 314 43 0 3 21 256 55 104
Binary 10001010 11010011 11001100 100011 0 11 10001 10101110 101101 1000100

Color Harmonies of #8AD3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD3CC

Black with #8AD3CC

Text Example


Text Example

White with #8AD3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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