Html Css Color HEX #95EAD8 Riptide

📋 copy color: '#95EAD8'

red 149 ◦ green 234 ◦ blue 216

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

Shades of Riptide #95EAD8

Tints of Riptide #95EAD8

RGB

 RED value IS 149 (58.59% from 255) = 24.87%

 GREEN value IS 234 (91.8% from 255) = 39.07%

 BLUE value IS 216 (84.77% from 255) = 36.06%

R = 24.87%
G = 39.07%
B = 36.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#95EAD8 (or 0x95EAD8) is known color: Riptide. HEX triplet: 95, EA and D8. RGB value is (149,234,216). Sum of RGB (Red+Green+Blue) = 149+234+216=599 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.87% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 216 (84.77% from 255 or 36.06% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EAD8 is #6A1527. Grayscale: #CECECE. Windows color (decimal): -6952232 or 14215829. OLE color: 14215829.

HSL color Cylindrical-coordinate representation of color #95EAD8: hue angle of 167.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95EAD8 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 234 216 -
CMYK 0.36 0 0.08 0.08
HSL 167.29º 0.67% 0.75% -
HSV(B) 167.29º 0.36% 0.92% -
XYZ 54.21 70.19 75.66 -
YUV 206.53 133.34 86.96 -
System Red Green Blue C M Y K H S L
Decimal 149 234 216 0.36 0 0.08 0.08 167.29 0.67 0.75
Hex 95 EA D8 24 0 8 8 A7 43 4B
Octal 225 352 330 44 0 10 10 247 103 113
Binary 10010101 11101010 11011000 100100 0 1000 1000 10100111 1000011 1001011

Color Harmonies of #95EAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EAD8

Black with #95EAD8

Text Example


Text Example

White with #95EAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95EAD8; }

 p { color: rgb(149,234,216); }

 H1.HeaderClassName
 {
   color: #95EAD8;
 }
 .AnyTagClassName
 {
   color: #95EAD8;
 }
</style>

background-color css

<style>
 a { background-color: #95EAD8; }

 a { background-color: rgb(149,234,216); }

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

border-color css

<style>
 span { border-color: #95EAD8; }

 span { border-color: rgb(149,234,216); }

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