Html Css Color HEX #98DAD2 Sinbad

📋 copy color: '#98DAD2'

red 152 ◦ green 218 ◦ blue 210

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

Shades of Sinbad #98DAD2

Tints of Sinbad #98DAD2

RGB

 RED value IS 152 (59.77% from 255) = 26.21%

 GREEN value IS 218 (85.55% from 255) = 37.59%

 BLUE value IS 210 (82.42% from 255) = 36.21%

R = 26.21%
G = 37.59%
B = 36.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#98DAD2 (or 0x98DAD2) is known color: Sinbad. HEX triplet: 98, DA and D2. RGB value is (152,218,210). Sum of RGB (Red+Green+Blue) = 152+218+210=580 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.21% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #98DAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DAD2 is #67252D. Grayscale: #C5C5C5. Windows color (decimal): -6759726 or 13818520. OLE color: 13818520.

HSL color Cylindrical-coordinate representation of color #98DAD2: hue angle of 172.73º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98DAD2 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 218 210 -
CMYK 0.30 0 0.04 0.15
HSL 172.73º 0.47% 0.73% -
HSV(B) 172.73º 0.3% 0.85% -
XYZ 49.65 61.47 70.22 -
YUV 197.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 152 218 210 0.30 0 0.04 0.15 172.73 0.47 0.73
Hex 98 DA D2 1E 0 4 F AD 2F 49
Octal 230 332 322 36 0 4 17 255 57 111
Binary 10011000 11011010 11010010 11110 0 100 1111 10101101 101111 1001001

Color Harmonies of #98DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DAD2

Black with #98DAD2

Text Example


Text Example

White with #98DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98DAD2; }

 p { color: rgb(152,218,210); }

 H1.HeaderClassName
 {
   color: #98DAD2;
 }
 .AnyTagClassName
 {
   color: #98DAD2;
 }
</style>

background-color css

<style>
 a { background-color: #98DAD2; }

 a { background-color: rgb(152,218,210); }

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

border-color css

<style>
 span { border-color: #98DAD2; }

 span { border-color: rgb(152,218,210); }

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