Html Css Color HEX #9ADACE Sinbad

📋 copy color: '#9ADACE'

red 154 ◦ green 218 ◦ blue 206

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

Shades of Sinbad #9ADACE

Tints of Sinbad #9ADACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.64%

R = 26.64%
G = 37.72%
B = 35.64%

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

#9ADACE (or 0x9ADACE) is known color: Sinbad. HEX triplet: 9A, DA and CE. RGB value is (154,218,206). Sum of RGB (Red+Green+Blue) = 154+218+206=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADACE is #652531. Grayscale: #C5C5C5. Windows color (decimal): -6628658 or 13556378. OLE color: 13556378.

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

Color convert

RGB 154 218 206 -
CMYK 0.29 0 0.06 0.15
HSL 168.75º 0.46% 0.73% -
HSV(B) 168.75º 0.29% 0.85% -
XYZ 49.54 61.47 67.65 -
YUV 197.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 154 218 206 0.29 0 0.06 0.15 168.75 0.46 0.73
Hex 9A DA CE 1D 0 6 F A9 2E 49
Octal 232 332 316 35 0 6 17 251 56 111
Binary 10011010 11011010 11001110 11101 0 110 1111 10101001 101110 1001001

Color Harmonies of #9ADACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADACE

Black with #9ADACE

Text Example


Text Example

White with #9ADACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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