Html Css Color HEX #8AD3CB Riptide

📋 copy color: '#8AD3CB'

red 138 ◦ green 211 ◦ blue 203

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

Shades of Riptide #8AD3CB

Tints of Riptide #8AD3CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.78%

R = 25%
G = 38.22%
B = 36.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#8AD3CB (or 0x8AD3CB) is known color: Riptide. HEX triplet: 8A, D3 and CB. RGB value is (138,211,203). Sum of RGB (Red+Green+Blue) = 138+211+203=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AD3CB is #752C34. Grayscale: #BCBCBC. Windows color (decimal): -7679029 or 13357962. OLE color: 13357962.

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

Color convert

RGB 138 211 203 -
CMYK 0.35 0 0.04 0.17
HSL 173.42º 0.45% 0.68% -
HSV(B) 173.42º 0.35% 0.83% -
XYZ 44.55 56.3 65.02 -
YUV 188.26 136.32 92.15 -
System Red Green Blue C M Y K H S L
Decimal 138 211 203 0.35 0 0.04 0.17 173.42 0.45 0.68
Hex 8A D3 CB 23 0 4 11 AD 2D 44
Octal 212 323 313 43 0 4 21 255 55 104
Binary 10001010 11010011 11001011 100011 0 100 10001 10101101 101101 1000100

Color Harmonies of #8AD3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD3CB

Black with #8AD3CB

Text Example


Text Example

White with #8AD3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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