Html Css Color HEX #A6D5CF Sinbad

📋 copy color: '#A6D5CF'

red 166 ◦ green 213 ◦ blue 207

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

Shades of Sinbad #A6D5CF

Tints of Sinbad #A6D5CF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.35%

 BLUE value IS 207 (81.25% from 255) = 35.32%

R = 28.33%
G = 36.35%
B = 35.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#A6D5CF (or 0xA6D5CF) is known color: Sinbad. HEX triplet: A6, D5 and CF. RGB value is (166,213,207). Sum of RGB (Red+Green+Blue) = 166+213+207=586 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.33% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D5CF is #592A30. Grayscale: #C6C6C6. Windows color (decimal): -5843505 or 13620646. OLE color: 13620646.

HSL color Cylindrical-coordinate representation of color #A6D5CF: hue angle of 172.34º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D5CF is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 213 207 -
CMYK 0.22 0 0.03 0.16
HSL 172.34º 0.36% 0.74% -
HSV(B) 172.34º 0.22% 0.84% -
XYZ 50.78 60.2 67.97 -
YUV 198.26 132.93 104.99 -
System Red Green Blue C M Y K H S L
Decimal 166 213 207 0.22 0 0.03 0.16 172.34 0.36 0.74
Hex A6 D5 CF 16 0 3 10 AC 24 4A
Octal 246 325 317 26 0 3 20 254 44 112
Binary 10100110 11010101 11001111 10110 0 11 10000 10101100 100100 1001010

Color Harmonies of #A6D5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D5CF

Black with #A6D5CF

Text Example


Text Example

White with #A6D5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D5CF; }

 p { color: rgb(166,213,207); }

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

background-color css

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

 a { background-color: rgb(166,213,207); }

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

border-color css

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

 span { border-color: rgb(166,213,207); }

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