Html Css Color HEX #57BCDC Malibu

📋 copy color: '#57BCDC'

red 87 ◦ green 188 ◦ blue 220

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

Shades of Malibu #57BCDC

Tints of Malibu #57BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.98%

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 17.58%
G = 37.98%
B = 44.44%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#57BCDC (or 0x57BCDC) is known color: Malibu. HEX triplet: 57, BC and DC. RGB value is (87,188,220). Sum of RGB (Red+Green+Blue) = 87+188+220=495 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.58% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #57BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BCDC is #A84323. Grayscale: #A1A1A1. Windows color (decimal): -11027236 or 14466135. OLE color: 14466135.

HSL color Cylindrical-coordinate representation of color #57BCDC: hue angle of 194.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57BCDC is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 188 220 -
CMYK 0.60 0.15 0 0.14
HSL 194.44º 0.66% 0.6% -
HSV(B) 194.44º 0.6% 0.86% -
XYZ 34.83 43.16 74.21 -
YUV 161.45 161.04 74.9 -
System Red Green Blue C M Y K H S L
Decimal 87 188 220 0.60 0.15 0 0.14 194.44 0.66 0.6
Hex 57 BC DC 3C F 0 E C2 42 3C
Octal 127 274 334 74 17 0 16 302 102 74
Binary 1010111 10111100 11011100 111100 1111 0 1110 11000010 1000010 111100

Color Harmonies of #57BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BCDC

Black with #57BCDC

Text Example


Text Example

White with #57BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,188,220); }

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

background-color css

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

 a { background-color: rgb(87,188,220); }

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

border-color css

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

 span { border-color: rgb(87,188,220); }

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