Html Css Color HEX #A6DEDA Sinbad

📋 copy color: '#A6DEDA'

red 166 ◦ green 222 ◦ blue 218

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

Shades of Sinbad #A6DEDA

Tints of Sinbad #A6DEDA

RGB

 RED value IS 166 (65.23% from 255) = 27.39%

 GREEN value IS 222 (87.11% from 255) = 36.63%

 BLUE value IS 218 (85.55% from 255) = 35.97%

R = 27.39%
G = 36.63%
B = 35.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#A6DEDA (or 0xA6DEDA) is known color: Sinbad. HEX triplet: A6, DE and DA. RGB value is (166,222,218). Sum of RGB (Red+Green+Blue) = 166+222+218=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DEDA is #592125. Grayscale: #CCCCCC. Windows color (decimal): -5841190 or 14343846. OLE color: 14343846.

HSL color Cylindrical-coordinate representation of color #A6DEDA: hue angle of 175.71º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DEDA is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 222 218 -
CMYK 0.25 0 0.02 0.13
HSL 175.71º 0.46% 0.76% -
HSV(B) 175.71º 0.25% 0.87% -
XYZ 54.5 65.41 76.08 -
YUV 204.8 135.45 100.33 -
System Red Green Blue C M Y K H S L
Decimal 166 222 218 0.25 0 0.02 0.13 175.71 0.46 0.76
Hex A6 DE DA 19 0 2 D B0 2E 4C
Octal 246 336 332 31 0 2 15 260 56 114
Binary 10100110 11011110 11011010 11001 0 10 1101 10110000 101110 1001100

Color Harmonies of #A6DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DEDA

Black with #A6DEDA

Text Example


Text Example

White with #A6DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DEDA; }

 p { color: rgb(166,222,218); }

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

background-color css

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

 a { background-color: rgb(166,222,218); }

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

border-color css

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

 span { border-color: rgb(166,222,218); }

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