Html Css Color HEX #9BDECC Riptide

📋 copy color: '#9BDECC'

red 155 ◦ green 222 ◦ blue 204

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

Shades of Riptide #9BDECC

Tints of Riptide #9BDECC

RGB

 RED value IS 155 (60.94% from 255) = 26.68%

 GREEN value IS 222 (87.11% from 255) = 38.21%

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

R = 26.68%
G = 38.21%
B = 35.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#9BDECC (or 0x9BDECC) is known color: Riptide. HEX triplet: 9B, DE and CC. RGB value is (155,222,204). Sum of RGB (Red+Green+Blue) = 155+222+204=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDECC is #642133. Grayscale: #C7C7C7. Windows color (decimal): -6562100 or 13426331. OLE color: 13426331.

HSL color Cylindrical-coordinate representation of color #9BDECC: hue angle of 163.88º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDECC is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 222 204 -
CMYK 0.30 0 0.08 0.13
HSL 163.88º 0.5% 0.74% -
HSV(B) 163.88º 0.3% 0.87% -
XYZ 50.54 63.57 66.73 -
YUV 199.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 155 222 204 0.30 0 0.08 0.13 163.88 0.5 0.74
Hex 9B DE CC 1E 0 8 D A4 32 4A
Octal 233 336 314 36 0 10 15 244 62 112
Binary 10011011 11011110 11001100 11110 0 1000 1101 10100100 110010 1001010

Color Harmonies of #9BDECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDECC

Black with #9BDECC

Text Example


Text Example

White with #9BDECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,222,204); }

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

background-color css

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

 a { background-color: rgb(155,222,204); }

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

border-color css

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

 span { border-color: rgb(155,222,204); }

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