Html Css Color HEX #A8CEC7 Sinbad

📋 copy color: '#A8CEC7'

red 168 ◦ green 206 ◦ blue 199

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

Shades of Sinbad #A8CEC7

Tints of Sinbad #A8CEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.73%

R = 29.32%
G = 35.95%
B = 34.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#A8CEC7 (or 0xA8CEC7) is known color: Sinbad. HEX triplet: A8, CE and C7. RGB value is (168,206,199). Sum of RGB (Red+Green+Blue) = 168+206+199=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CEC7 is #573138. Grayscale: #C1C1C1. Windows color (decimal): -5714233 or 13094568. OLE color: 13094568.

HSL color Cylindrical-coordinate representation of color #A8CEC7: hue angle of 168.95º 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 #A8CEC7 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 206 199 -
CMYK 0.18 0 0.03 0.19
HSL 168.95º 0.28% 0.73% -
HSV(B) 168.95º 0.18% 0.81% -
XYZ 48.53 56.59 62.4 -
YUV 193.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 168 206 199 0.18 0 0.03 0.19 168.95 0.28 0.73
Hex A8 CE C7 12 0 3 13 A9 1C 49
Octal 250 316 307 22 0 3 23 251 34 111
Binary 10101000 11001110 11000111 10010 0 11 10011 10101001 11100 1001001

Color Harmonies of #A8CEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CEC7

Black with #A8CEC7

Text Example


Text Example

White with #A8CEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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