Html Css Color HEX #9ADAD4 Sinbad

📋 copy color: '#9ADAD4'

red 154 ◦ green 218 ◦ blue 212

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

Shades of Sinbad #9ADAD4

Tints of Sinbad #9ADAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.3%

R = 26.37%
G = 37.33%
B = 36.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#9ADAD4 (or 0x9ADAD4) is known color: Sinbad. HEX triplet: 9A, DA and D4. RGB value is (154,218,212). Sum of RGB (Red+Green+Blue) = 154+218+212=584 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.37% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADAD4 is #65252B. Grayscale: #C6C6C6. Windows color (decimal): -6628652 or 13949594. OLE color: 13949594.

HSL color Cylindrical-coordinate representation of color #9ADAD4: hue angle of 174.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ADAD4 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 218 212 -
CMYK 0.29 0 0.03 0.15
HSL 174.38º 0.46% 0.73% -
HSV(B) 174.38º 0.29% 0.85% -
XYZ 50.28 61.77 71.56 -
YUV 198.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 154 218 212 0.29 0 0.03 0.15 174.38 0.46 0.73
Hex 9A DA D4 1D 0 3 F AE 2E 49
Octal 232 332 324 35 0 3 17 256 56 111
Binary 10011010 11011010 11010100 11101 0 11 1111 10101110 101110 1001001

Color Harmonies of #9ADAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADAD4

Black with #9ADAD4

Text Example


Text Example

White with #9ADAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,218,212); }

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

background-color css

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

 a { background-color: rgb(154,218,212); }

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

border-color css

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

 span { border-color: rgb(154,218,212); }

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