Html Css Color HEX #A7CFCA Sinbad

📋 copy color: '#A7CFCA'

red 167 ◦ green 207 ◦ blue 202

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

Shades of Sinbad #A7CFCA

Tints of Sinbad #A7CFCA

RGB

 RED value IS 167 (65.63% from 255) = 28.99%

 GREEN value IS 207 (81.25% from 255) = 35.94%

 BLUE value IS 202 (79.3% from 255) = 35.07%

R = 28.99%
G = 35.94%
B = 35.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#A7CFCA (or 0xA7CFCA) is known color: Sinbad. HEX triplet: A7, CF and CA. RGB value is (167,207,202). Sum of RGB (Red+Green+Blue) = 167+207+202=576 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.99% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CFCA is #583035. Grayscale: #C2C2C2. Windows color (decimal): -5779510 or 13291431. OLE color: 13291431.

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

Color convert

RGB 167 207 202 -
CMYK 0.19 0 0.02 0.19
HSL 172.5º 0.29% 0.73% -
HSV(B) 172.5º 0.19% 0.81% -
XYZ 48.91 57.11 64.32 -
YUV 194.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 167 207 202 0.19 0 0.02 0.19 172.5 0.29 0.73
Hex A7 CF CA 13 0 2 13 AC 1D 49
Octal 247 317 312 23 0 2 23 254 35 111
Binary 10100111 11001111 11001010 10011 0 10 10011 10101100 11101 1001001

Color Harmonies of #A7CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7CFCA

Black with #A7CFCA

Text Example


Text Example

White with #A7CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7CFCA; }

 p { color: rgb(167,207,202); }

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

background-color css

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

 a { background-color: rgb(167,207,202); }

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

border-color css

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

 span { border-color: rgb(167,207,202); }

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