Html Css Color HEX #9ADFD3 Sinbad

📋 copy color: '#9ADFD3'

red 154 ◦ green 223 ◦ blue 211

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

Shades of Sinbad #9ADFD3

Tints of Sinbad #9ADFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.88%

R = 26.19%
G = 37.93%
B = 35.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#9ADFD3 (or 0x9ADFD3) is known color: Sinbad. HEX triplet: 9A, DF and D3. RGB value is (154,223,211). Sum of RGB (Red+Green+Blue) = 154+223+211=588 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.19% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADFD3 is #65202C. Grayscale: #C8C8C8. Windows color (decimal): -6627373 or 13885338. OLE color: 13885338.

HSL color Cylindrical-coordinate representation of color #9ADFD3: hue angle of 169.57º 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 #9ADFD3 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 223 211 -
CMYK 0.31 0 0.05 0.13
HSL 169.57º 0.52% 0.74% -
HSV(B) 169.57º 0.31% 0.87% -
XYZ 51.47 64.35 71.34 -
YUV 201 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 154 223 211 0.31 0 0.05 0.13 169.57 0.52 0.74
Hex 9A DF D3 1F 0 5 D AA 34 4A
Octal 232 337 323 37 0 5 15 252 64 112
Binary 10011010 11011111 11010011 11111 0 101 1101 10101010 110100 1001010

Color Harmonies of #9ADFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADFD3

Black with #9ADFD3

Text Example


Text Example

White with #9ADFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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