Html Css Color HEX #99D5CA Sinbad

📋 copy color: '#99D5CA'

red 153 ◦ green 213 ◦ blue 202

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

Shades of Sinbad #99D5CA

Tints of Sinbad #99D5CA

RGB

 RED value IS 153 (60.16% from 255) = 26.94%

 GREEN value IS 213 (83.59% from 255) = 37.5%

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

R = 26.94%
G = 37.5%
B = 35.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#99D5CA (or 0x99D5CA) is known color: Sinbad. HEX triplet: 99, D5 and CA. RGB value is (153,213,202). Sum of RGB (Red+Green+Blue) = 153+213+202=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 213 - color contains mainly: green. Hex color #99D5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D5CA is #662A35. Grayscale: #C1C1C1. Windows color (decimal): -6695478 or 13292953. OLE color: 13292953.

HSL color Cylindrical-coordinate representation of color #99D5CA: hue angle of 169º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D5CA is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 213 202 -
CMYK 0.28 0 0.05 0.16
HSL 169º 0.42% 0.72% -
HSV(B) 169º 0.28% 0.84% -
XYZ 47.59 58.63 64.68 -
YUV 193.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 153 213 202 0.28 0 0.05 0.16 169 0.42 0.72
Hex 99 D5 CA 1C 0 5 10 A9 2A 48
Octal 231 325 312 34 0 5 20 251 52 110
Binary 10011001 11010101 11001010 11100 0 101 10000 10101001 101010 1001000

Color Harmonies of #99D5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D5CA

Black with #99D5CA

Text Example


Text Example

White with #99D5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99D5CA; }

 p { color: rgb(153,213,202); }

 H1.HeaderClassName
 {
   color: #99D5CA;
 }
 .AnyTagClassName
 {
   color: #99D5CA;
 }
</style>

background-color css

<style>
 a { background-color: #99D5CA; }

 a { background-color: rgb(153,213,202); }

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

border-color css

<style>
 span { border-color: #99D5CA; }

 span { border-color: rgb(153,213,202); }

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