Html Css Color HEX #98D4CC Sinbad

📋 copy color: '#98D4CC'

red 152 ◦ green 212 ◦ blue 204

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

Shades of Sinbad #98D4CC

Tints of Sinbad #98D4CC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.32%

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

R = 26.76%
G = 37.32%
B = 35.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#98D4CC (or 0x98D4CC) is known color: Sinbad. HEX triplet: 98, D4 and CC. RGB value is (152,212,204). Sum of RGB (Red+Green+Blue) = 152+212+204=568 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.76% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 212 - color contains mainly: green. Hex color #98D4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D4CC is #672B33. Grayscale: #C1C1C1. Windows color (decimal): -6761268 or 13423768. OLE color: 13423768.

HSL color Cylindrical-coordinate representation of color #98D4CC: hue angle of 172º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D4CC is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 212 204 -
CMYK 0.28 0 0.04 0.17
HSL 172º 0.41% 0.71% -
HSV(B) 172º 0.28% 0.83% -
XYZ 47.39 58.12 65.85 -
YUV 193.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 152 212 204 0.28 0 0.04 0.17 172 0.41 0.71
Hex 98 D4 CC 1C 0 4 11 AC 29 47
Octal 230 324 314 34 0 4 21 254 51 107
Binary 10011000 11010100 11001100 11100 0 100 10001 10101100 101001 1000111

Color Harmonies of #98D4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D4CC

Black with #98D4CC

Text Example


Text Example

White with #98D4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,212,204); }

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

background-color css

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

 a { background-color: rgb(152,212,204); }

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

border-color css

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

 span { border-color: rgb(152,212,204); }

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