Html Css Color HEX #A7D5CF Sinbad

📋 copy color: '#A7D5CF'

red 167 ◦ green 213 ◦ blue 207

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

Shades of Sinbad #A7D5CF

Tints of Sinbad #A7D5CF

RGB

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

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

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

R = 28.45%
G = 36.29%
B = 35.26%

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

#A7D5CF (or 0xA7D5CF) is known color: Sinbad. HEX triplet: A7, D5 and CF. RGB value is (167,213,207). Sum of RGB (Red+Green+Blue) = 167+213+207=587 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.45% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D5CF is #582A30. Grayscale: #C6C6C6. Windows color (decimal): -5777969 or 13620647. OLE color: 13620647.

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

Color convert

RGB 167 213 207 -
CMYK 0.22 0 0.03 0.16
HSL 172.17º 0.35% 0.75% -
HSV(B) 172.17º 0.22% 0.84% -
XYZ 50.99 60.31 67.98 -
YUV 198.56 132.76 105.49 -
System Red Green Blue C M Y K H S L
Decimal 167 213 207 0.22 0 0.03 0.16 172.17 0.35 0.75
Hex A7 D5 CF 16 0 3 10 AC 23 4B
Octal 247 325 317 26 0 3 20 254 43 113
Binary 10100111 11010101 11001111 10110 0 11 10000 10101100 100011 1001011

Color Harmonies of #A7D5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D5CF

Black with #A7D5CF

Text Example


Text Example

White with #A7D5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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