Html Css Color HEX #A7DDDB Sinbad

📋 copy color: '#A7DDDB'

red 167 ◦ green 221 ◦ blue 219

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

Shades of Sinbad #A7DDDB

Tints of Sinbad #A7DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.41%

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 27.51%
G = 36.41%
B = 36.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#A7DDDB (or 0xA7DDDB) is known color: Sinbad. HEX triplet: A7, DD and DB. RGB value is (167,221,219). Sum of RGB (Red+Green+Blue) = 167+221+219=607 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.51% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DDDB is #582224. Grayscale: #CCCCCC. Windows color (decimal): -5775909 or 14409127. OLE color: 14409127.

HSL color Cylindrical-coordinate representation of color #A7DDDB: hue angle of 177.78º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7DDDB is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 221 219 -
CMYK 0.24 0 0.01 0.13
HSL 177.78º 0.44% 0.76% -
HSV(B) 177.78º 0.24% 0.87% -
XYZ 54.58 65.04 76.7 -
YUV 204.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 167 221 219 0.24 0 0.01 0.13 177.78 0.44 0.76
Hex A7 DD DB 18 0 1 D B2 2C 4C
Octal 247 335 333 30 0 1 15 262 54 114
Binary 10100111 11011101 11011011 11000 0 1 1101 10110010 101100 1001100

Color Harmonies of #A7DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DDDB

Black with #A7DDDB

Text Example


Text Example

White with #A7DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DDDB; }

 p { color: rgb(167,221,219); }

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

background-color css

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

 a { background-color: rgb(167,221,219); }

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

border-color css

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

 span { border-color: rgb(167,221,219); }

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