Html Css Color HEX #A8CEC9 Sinbad

📋 copy color: '#A8CEC9'

red 168 ◦ green 206 ◦ blue 201

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

Shades of Sinbad #A8CEC9

Tints of Sinbad #A8CEC9

RGB

 RED value IS 168 (66.02% from 255) = 29.22%

 GREEN value IS 206 (80.86% from 255) = 35.83%

 BLUE value IS 201 (78.91% from 255) = 34.96%

R = 29.22%
G = 35.83%
B = 34.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#A8CEC9 (or 0xA8CEC9) is known color: Sinbad. HEX triplet: A8, CE and C9. RGB value is (168,206,201). Sum of RGB (Red+Green+Blue) = 168+206+201=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CEC9 is #573136. Grayscale: #C2C2C2. Windows color (decimal): -5714231 or 13225640. OLE color: 13225640.

HSL color Cylindrical-coordinate representation of color #A8CEC9: hue angle of 172.11º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CEC9 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 206 201 -
CMYK 0.18 0 0.02 0.19
HSL 172.11º 0.28% 0.73% -
HSV(B) 172.11º 0.18% 0.81% -
XYZ 48.76 56.68 63.63 -
YUV 194.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 168 206 201 0.18 0 0.02 0.19 172.11 0.28 0.73
Hex A8 CE C9 12 0 2 13 AC 1C 49
Octal 250 316 311 22 0 2 23 254 34 111
Binary 10101000 11001110 11001001 10010 0 10 10011 10101100 11100 1001001

Color Harmonies of #A8CEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CEC9

Black with #A8CEC9

Text Example


Text Example

White with #A8CEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CEC9; }

 p { color: rgb(168,206,201); }

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

background-color css

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

 a { background-color: rgb(168,206,201); }

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

border-color css

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

 span { border-color: rgb(168,206,201); }

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