Html Css Color HEX #9ADFCC Riptide

📋 copy color: '#9ADFCC'

red 154 ◦ green 223 ◦ blue 204

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

Shades of Riptide #9ADFCC

Tints of Riptide #9ADFCC

RGB

 RED value IS 154 (60.55% from 255) = 26.51%

 GREEN value IS 223 (87.5% from 255) = 38.38%

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

R = 26.51%
G = 38.38%
B = 35.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#9ADFCC (or 0x9ADFCC) is known color: Riptide. HEX triplet: 9A, DF and CC. RGB value is (154,223,204). Sum of RGB (Red+Green+Blue) = 154+223+204=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADFCC is #652033. Grayscale: #C8C8C8. Windows color (decimal): -6627380 or 13426586. OLE color: 13426586.

HSL color Cylindrical-coordinate representation of color #9ADFCC: hue angle of 163.48º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADFCC is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 223 204 -
CMYK 0.31 0 0.09 0.13
HSL 163.48º 0.52% 0.74% -
HSV(B) 163.48º 0.31% 0.87% -
XYZ 50.61 64.01 66.81 -
YUV 200.2 130.14 95.04 -
System Red Green Blue C M Y K H S L
Decimal 154 223 204 0.31 0 0.09 0.13 163.48 0.52 0.74
Hex 9A DF CC 1F 0 9 D A3 34 4A
Octal 232 337 314 37 0 11 15 243 64 112
Binary 10011010 11011111 11001100 11111 0 1001 1101 10100011 110100 1001010

Color Harmonies of #9ADFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADFCC

Black with #9ADFCC

Text Example


Text Example

White with #9ADFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ADFCC; }

 p { color: rgb(154,223,204); }

 H1.HeaderClassName
 {
   color: #9ADFCC;
 }
 .AnyTagClassName
 {
   color: #9ADFCC;
 }
</style>

background-color css

<style>
 a { background-color: #9ADFCC; }

 a { background-color: rgb(154,223,204); }

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

border-color css

<style>
 span { border-color: #9ADFCC; }

 span { border-color: rgb(154,223,204); }

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