Html Css Color HEX #ACD3D4 Sinbad

📋 copy color: '#ACD3D4'

red 172 ◦ green 211 ◦ blue 212

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

Shades of Sinbad #ACD3D4

Tints of Sinbad #ACD3D4

RGB

 RED value IS 172 (67.58% from 255) = 28.91%

 GREEN value IS 211 (82.81% from 255) = 35.46%

 BLUE value IS 212 (83.2% from 255) = 35.63%

R = 28.91%
G = 35.46%
B = 35.63%

CMYK

 C value IS 0.19

 M value IS 0.00

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ACD3D4 (or 0xACD3D4) is known color: Sinbad. HEX triplet: AC, D3 and D4. RGB value is (172,211,212). Sum of RGB (Red+Green+Blue) = 172+211+212=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 212 - color contains mainly: blue. Hex color #ACD3D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3D4 is #532C2B. Grayscale: #C7C7C7. Windows color (decimal): -5450796 or 13947820. OLE color: 13947820.

HSL color Cylindrical-coordinate representation of color #ACD3D4: hue angle of 181.5º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD3D4 is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 211 212 -
CMYK 0.19 0.00 0 0.17
HSL 181.5º 0.32% 0.75% -
HSV(B) 181.5º 0.19% 0.83% -
XYZ 52.19 60.11 71.14 -
YUV 199.45 135.08 108.42 -
System Red Green Blue C M Y K H S L
Decimal 172 211 212 0.19 0.00 0 0.17 181.5 0.32 0.75
Hex AC D3 D4 13 0 0 11 B6 20 4B
Octal 254 323 324 23 0 0 21 266 40 113
Binary 10101100 11010011 11010100 10011 0 0 10001 10110110 100000 1001011

Color Harmonies of #ACD3D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3D4

Black with #ACD3D4

Text Example


Text Example

White with #ACD3D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3D4; }

 p { color: rgb(172,211,212); }

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

background-color css

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

 a { background-color: rgb(172,211,212); }

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

border-color css

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

 span { border-color: rgb(172,211,212); }

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