Html Css Color HEX #A4DBDA Sinbad

📋 copy color: '#A4DBDA'

red 164 ◦ green 219 ◦ blue 218

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

Shades of Sinbad #A4DBDA

Tints of Sinbad #A4DBDA

RGB

 RED value IS 164 (64.45% from 255) = 27.29%

 GREEN value IS 219 (85.94% from 255) = 36.44%

 BLUE value IS 218 (85.55% from 255) = 36.27%

R = 27.29%
G = 36.44%
B = 36.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#A4DBDA (or 0xA4DBDA) is known color: Sinbad. HEX triplet: A4, DB and DA. RGB value is (164,219,218). Sum of RGB (Red+Green+Blue) = 164+219+218=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DBDA is #5B2425. Grayscale: #CACACA. Windows color (decimal): -5973030 or 14343076. OLE color: 14343076.

HSL color Cylindrical-coordinate representation of color #A4DBDA: hue angle of 178.91º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DBDA is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 219 218 -
CMYK 0.25 0 0.00 0.14
HSL 178.91º 0.43% 0.75% -
HSV(B) 178.91º 0.25% 0.86% -
XYZ 53.3 63.62 75.8 -
YUV 202.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 164 219 218 0.25 0 0.00 0.14 178.91 0.43 0.75
Hex A4 DB DA 19 0 0 E B3 2B 4B
Octal 244 333 332 31 0 0 16 263 53 113
Binary 10100100 11011011 11011010 11001 0 0 1110 10110011 101011 1001011

Color Harmonies of #A4DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DBDA

Black with #A4DBDA

Text Example


Text Example

White with #A4DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DBDA; }

 p { color: rgb(164,219,218); }

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

background-color css

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

 a { background-color: rgb(164,219,218); }

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

border-color css

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

 span { border-color: rgb(164,219,218); }

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