Html Css Color HEX #90D8CC Riptide

📋 copy color: '#90D8CC'

red 144 ◦ green 216 ◦ blue 204

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

Shades of Riptide #90D8CC

Tints of Riptide #90D8CC

RGB

 RED value IS 144 (56.64% from 255) = 25.53%

 GREEN value IS 216 (84.77% from 255) = 38.3%

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

R = 25.53%
G = 38.3%
B = 36.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#90D8CC (or 0x90D8CC) is known color: Riptide. HEX triplet: 90, D8 and CC. RGB value is (144,216,204). Sum of RGB (Red+Green+Blue) = 144+216+204=564 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.53% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 216 - color contains mainly: green. Hex color #90D8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D8CC is #6F2733. Grayscale: #C1C1C1. Windows color (decimal): -7284532 or 13424784. OLE color: 13424784.

HSL color Cylindrical-coordinate representation of color #90D8CC: hue angle of 170º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D8CC is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 216 204 -
CMYK 0.33 0 0.06 0.15
HSL 170º 0.48% 0.71% -
HSV(B) 170º 0.33% 0.85% -
XYZ 46.96 59.4 66.12 -
YUV 193.1 134.15 92.98 -
System Red Green Blue C M Y K H S L
Decimal 144 216 204 0.33 0 0.06 0.15 170 0.48 0.71
Hex 90 D8 CC 21 0 6 F AA 30 47
Octal 220 330 314 41 0 6 17 252 60 107
Binary 10010000 11011000 11001100 100001 0 110 1111 10101010 110000 1000111

Color Harmonies of #90D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D8CC

Black with #90D8CC

Text Example


Text Example

White with #90D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90D8CC; }

 p { color: rgb(144,216,204); }

 H1.HeaderClassName
 {
   color: #90D8CC;
 }
 .AnyTagClassName
 {
   color: #90D8CC;
 }
</style>

background-color css

<style>
 a { background-color: #90D8CC; }

 a { background-color: rgb(144,216,204); }

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

border-color css

<style>
 span { border-color: #90D8CC; }

 span { border-color: rgb(144,216,204); }

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