Html Css Color HEX #57C2DD Malibu

📋 copy color: '#57C2DD'

red 87 ◦ green 194 ◦ blue 221

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

Shades of Malibu #57C2DD

Tints of Malibu #57C2DD

RGB

 RED value IS 87 (34.38% from 255) = 17.33%

 GREEN value IS 194 (76.17% from 255) = 38.65%

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 17.33%
G = 38.65%
B = 44.02%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#57C2DD (or 0x57C2DD) is known color: Malibu. HEX triplet: 57, C2 and DD. RGB value is (87,194,221). Sum of RGB (Red+Green+Blue) = 87+194+221=502 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.33% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #57C2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C2DD is #A83D22. Grayscale: #A4A4A4. Windows color (decimal): -11025699 or 14533207. OLE color: 14533207.

HSL color Cylindrical-coordinate representation of color #57C2DD: hue angle of 192.09º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57C2DD is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 194 221 -
CMYK 0.61 0.12 0 0.13
HSL 192.09º 0.66% 0.6% -
HSV(B) 192.09º 0.61% 0.87% -
XYZ 36.27 45.83 75.34 -
YUV 165.09 159.55 72.3 -
System Red Green Blue C M Y K H S L
Decimal 87 194 221 0.61 0.12 0 0.13 192.09 0.66 0.6
Hex 57 C2 DD 3D C 0 D C0 42 3C
Octal 127 302 335 75 14 0 15 300 102 74
Binary 1010111 11000010 11011101 111101 1100 0 1101 11000000 1000010 111100

Color Harmonies of #57C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C2DD

Black with #57C2DD

Text Example


Text Example

White with #57C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57C2DD; }

 p { color: rgb(87,194,221); }

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

background-color css

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

 a { background-color: rgb(87,194,221); }

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

border-color css

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

 span { border-color: rgb(87,194,221); }

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