Html Css Color HEX #8AECC9 Riptide

📋 copy color: '#8AECC9'

red 138 ◦ green 236 ◦ blue 201

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

Shades of Riptide #8AECC9

Tints of Riptide #8AECC9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.04%

 BLUE value IS 201 (78.91% from 255) = 34.96%

R = 24%
G = 41.04%
B = 34.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#8AECC9 (or 0x8AECC9) is known color: Riptide. HEX triplet: 8A, EC and C9. RGB value is (138,236,201). Sum of RGB (Red+Green+Blue) = 138+236+201=575 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AECC9 is #751336. Grayscale: #CACACA. Windows color (decimal): -7672631 or 13233290. OLE color: 13233290.

HSL color Cylindrical-coordinate representation of color #8AECC9: hue angle of 158.57º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AECC9 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 236 201 -
CMYK 0.42 0 0.15 0.07
HSL 158.57º 0.72% 0.73% -
HSV(B) 158.57º 0.42% 0.93% -
XYZ 51.02 69.61 66.01 -
YUV 202.71 127.03 81.85 -
System Red Green Blue C M Y K H S L
Decimal 138 236 201 0.42 0 0.15 0.07 158.57 0.72 0.73
Hex 8A EC C9 2A 0 F 7 9F 48 49
Octal 212 354 311 52 0 17 7 237 110 111
Binary 10001010 11101100 11001001 101010 0 1111 111 10011111 1001000 1001001

Color Harmonies of #8AECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AECC9

Black with #8AECC9

Text Example


Text Example

White with #8AECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,236,201); }

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

background-color css

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

 a { background-color: rgb(138,236,201); }

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

border-color css

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

 span { border-color: rgb(138,236,201); }

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