Html Css Color HEX #9BDCCA Riptide

📋 copy color: '#9BDCCA'

red 155 ◦ green 220 ◦ blue 202

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

Shades of Riptide #9BDCCA

Tints of Riptide #9BDCCA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.13%

 BLUE value IS 202 (79.3% from 255) = 35.01%

R = 26.86%
G = 38.13%
B = 35.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#9BDCCA (or 0x9BDCCA) is known color: Riptide. HEX triplet: 9B, DC and CA. RGB value is (155,220,202). Sum of RGB (Red+Green+Blue) = 155+220+202=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDCCA is #642335. Grayscale: #C6C6C6. Windows color (decimal): -6562614 or 13294747. OLE color: 13294747.

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

Color convert

RGB 155 220 202 -
CMYK 0.30 0 0.08 0.14
HSL 163.38º 0.48% 0.74% -
HSV(B) 163.38º 0.3% 0.86% -
XYZ 49.77 62.42 65.3 -
YUV 198.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 155 220 202 0.30 0 0.08 0.14 163.38 0.48 0.74
Hex 9B DC CA 1E 0 8 E A3 30 4A
Octal 233 334 312 36 0 10 16 243 60 112
Binary 10011011 11011100 11001010 11110 0 1000 1110 10100011 110000 1001010

Color Harmonies of #9BDCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDCCA

Black with #9BDCCA

Text Example


Text Example

White with #9BDCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,220,202); }

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

background-color css

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

 a { background-color: rgb(155,220,202); }

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

border-color css

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

 span { border-color: rgb(155,220,202); }

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