Html Css Color HEX #9AD5CA Sinbad

📋 copy color: '#9AD5CA'

red 154 ◦ green 213 ◦ blue 202

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

Shades of Sinbad #9AD5CA

Tints of Sinbad #9AD5CA

RGB

 RED value IS 154 (60.55% from 255) = 27.07%

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

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

R = 27.07%
G = 37.43%
B = 35.5%

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

#9AD5CA (or 0x9AD5CA) is known color: Sinbad. HEX triplet: 9A, D5 and CA. RGB value is (154,213,202). Sum of RGB (Red+Green+Blue) = 154+213+202=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD5CA is #652A35. Grayscale: #C2C2C2. Windows color (decimal): -6629942 or 13292954. OLE color: 13292954.

HSL color Cylindrical-coordinate representation of color #9AD5CA: hue angle of 168.81º degrees, saturation: 0.41, 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 #9AD5CA is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 213 202 -
CMYK 0.28 0 0.05 0.16
HSL 168.81º 0.41% 0.72% -
HSV(B) 168.81º 0.28% 0.84% -
XYZ 47.78 58.72 64.69 -
YUV 194.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 154 213 202 0.28 0 0.05 0.16 168.81 0.41 0.72
Hex 9A D5 CA 1C 0 5 10 A9 29 48
Octal 232 325 312 34 0 5 20 251 51 110
Binary 10011010 11010101 11001010 11100 0 101 10000 10101001 101001 1001000

Color Harmonies of #9AD5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD5CA

Black with #9AD5CA

Text Example


Text Example

White with #9AD5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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