Html Css Color HEX #9ADFD0 Sinbad

📋 copy color: '#9ADFD0'

red 154 ◦ green 223 ◦ blue 208

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

Shades of Sinbad #9ADFD0

Tints of Sinbad #9ADFD0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.12%

 BLUE value IS 208 (81.64% from 255) = 35.56%

R = 26.32%
G = 38.12%
B = 35.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#9ADFD0 (or 0x9ADFD0) is known color: Sinbad. HEX triplet: 9A, DF and D0. RGB value is (154,223,208). Sum of RGB (Red+Green+Blue) = 154+223+208=585 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.32% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 208 (81.64% from 255 or 35.56% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADFD0 is #65202F. Grayscale: #C8C8C8. Windows color (decimal): -6627376 or 13688730. OLE color: 13688730.

HSL color Cylindrical-coordinate representation of color #9ADFD0: hue angle of 166.96º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADFD0 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 223 208 -
CMYK 0.31 0 0.07 0.13
HSL 166.96º 0.52% 0.74% -
HSV(B) 166.96º 0.31% 0.87% -
XYZ 51.1 64.2 69.37 -
YUV 200.66 132.14 94.72 -
System Red Green Blue C M Y K H S L
Decimal 154 223 208 0.31 0 0.07 0.13 166.96 0.52 0.74
Hex 9A DF D0 1F 0 7 D A7 34 4A
Octal 232 337 320 37 0 7 15 247 64 112
Binary 10011010 11011111 11010000 11111 0 111 1101 10100111 110100 1001010

Color Harmonies of #9ADFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADFD0

Black with #9ADFD0

Text Example


Text Example

White with #9ADFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,223,208); }

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

background-color css

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

 a { background-color: rgb(154,223,208); }

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

border-color css

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

 span { border-color: rgb(154,223,208); }

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