Html Css Color HEX #A4DEDA Sinbad

📋 copy color: '#A4DEDA'

red 164 ◦ green 222 ◦ blue 218

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

Shades of Sinbad #A4DEDA

Tints of Sinbad #A4DEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.75%

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

R = 27.15%
G = 36.75%
B = 36.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#A4DEDA (or 0xA4DEDA) is known color: Sinbad. HEX triplet: A4, DE and DA. RGB value is (164,222,218). Sum of RGB (Red+Green+Blue) = 164+222+218=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DEDA is #5B2125. Grayscale: #CCCCCC. Windows color (decimal): -5972262 or 14343844. OLE color: 14343844.

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

Color convert

RGB 164 222 218 -
CMYK 0.26 0 0.02 0.13
HSL 175.86º 0.47% 0.76% -
HSV(B) 175.86º 0.26% 0.87% -
XYZ 54.09 65.2 76.06 -
YUV 204.2 135.78 99.33 -
System Red Green Blue C M Y K H S L
Decimal 164 222 218 0.26 0 0.02 0.13 175.86 0.47 0.76
Hex A4 DE DA 1A 0 2 D B0 2F 4C
Octal 244 336 332 32 0 2 15 260 57 114
Binary 10100100 11011110 11011010 11010 0 10 1101 10110000 101111 1001100

Color Harmonies of #A4DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DEDA

Black with #A4DEDA

Text Example


Text Example

White with #A4DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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