Html Css Color HEX #9ADACC Sinbad

📋 copy color: '#9ADACC'

red 154 ◦ green 218 ◦ blue 204

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

Shades of Sinbad #9ADACC

Tints of Sinbad #9ADACC

RGB

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

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

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

R = 26.74%
G = 37.85%
B = 35.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#9ADACC (or 0x9ADACC) is known color: Sinbad. HEX triplet: 9A, DA and CC. RGB value is (154,218,204). Sum of RGB (Red+Green+Blue) = 154+218+204=576 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.74% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADACC is #652533. Grayscale: #C5C5C5. Windows color (decimal): -6628660 or 13425306. OLE color: 13425306.

HSL color Cylindrical-coordinate representation of color #9ADACC: hue angle of 166.88º 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 #9ADACC is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 218 204 -
CMYK 0.29 0 0.06 0.15
HSL 166.88º 0.46% 0.73% -
HSV(B) 166.88º 0.29% 0.85% -
XYZ 49.3 61.37 66.37 -
YUV 197.27 131.8 97.14 -
System Red Green Blue C M Y K H S L
Decimal 154 218 204 0.29 0 0.06 0.15 166.88 0.46 0.73
Hex 9A DA CC 1D 0 6 F A7 2E 49
Octal 232 332 314 35 0 6 17 247 56 111
Binary 10011010 11011010 11001100 11101 0 110 1111 10100111 101110 1001001

Color Harmonies of #9ADACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADACC

Black with #9ADACC

Text Example


Text Example

White with #9ADACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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