Html Css Color HEX #A7D5CC Sinbad

📋 copy color: '#A7D5CC'

red 167 ◦ green 213 ◦ blue 204

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

Shades of Sinbad #A7D5CC

Tints of Sinbad #A7D5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.93%

R = 28.6%
G = 36.47%
B = 34.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#A7D5CC (or 0xA7D5CC) is known color: Sinbad. HEX triplet: A7, D5 and CC. RGB value is (167,213,204). Sum of RGB (Red+Green+Blue) = 167+213+204=584 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.60% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D5CC is #582A33. Grayscale: #C6C6C6. Windows color (decimal): -5777972 or 13424039. OLE color: 13424039.

HSL color Cylindrical-coordinate representation of color #A7D5CC: hue angle of 168.26º 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 #A7D5CC is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 213 204 -
CMYK 0.22 0 0.04 0.16
HSL 168.26º 0.35% 0.75% -
HSV(B) 168.26º 0.22% 0.84% -
XYZ 50.63 60.16 66.07 -
YUV 198.22 131.26 105.73 -
System Red Green Blue C M Y K H S L
Decimal 167 213 204 0.22 0 0.04 0.16 168.26 0.35 0.75
Hex A7 D5 CC 16 0 4 10 A8 23 4B
Octal 247 325 314 26 0 4 20 250 43 113
Binary 10100111 11010101 11001100 10110 0 100 10000 10101000 100011 1001011

Color Harmonies of #A7D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D5CC

Black with #A7D5CC

Text Example


Text Example

White with #A7D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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