Html Css Color HEX #A3CBC6 Sinbad

📋 copy color: '#A3CBC6'

red 163 ◦ green 203 ◦ blue 198

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

Shades of Sinbad #A3CBC6

Tints of Sinbad #A3CBC6

RGB

 RED value IS 163 (64.06% from 255) = 28.9%

 GREEN value IS 203 (79.69% from 255) = 35.99%

 BLUE value IS 198 (77.73% from 255) = 35.11%

R = 28.9%
G = 35.99%
B = 35.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#A3CBC6 (or 0xA3CBC6) is known color: Sinbad. HEX triplet: A3, CB and C6. RGB value is (163,203,198). Sum of RGB (Red+Green+Blue) = 163+203+198=564 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.90% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBC6 is #5C3439. Grayscale: #BEBEBE. Windows color (decimal): -6042682 or 13028259. OLE color: 13028259.

HSL color Cylindrical-coordinate representation of color #A3CBC6: hue angle of 172.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CBC6 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 203 198 -
CMYK 0.20 0 0.02 0.20
HSL 172.5º 0.28% 0.72% -
HSV(B) 172.5º 0.2% 0.8% -
XYZ 46.65 54.58 61.5 -
YUV 190.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 163 203 198 0.20 0 0.02 0.20 172.5 0.28 0.72
Hex A3 CB C6 14 0 2 14 AC 1C 48
Octal 243 313 306 24 0 2 24 254 34 110
Binary 10100011 11001011 11000110 10100 0 10 10100 10101100 11100 1001000

Color Harmonies of #A3CBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CBC6

Black with #A3CBC6

Text Example


Text Example

White with #A3CBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CBC6; }

 p { color: rgb(163,203,198); }

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

background-color css

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

 a { background-color: rgb(163,203,198); }

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

border-color css

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

 span { border-color: rgb(163,203,198); }

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