Html Css Color HEX #57C0F0 Malibu

📋 copy color: '#57C0F0'

red 87 ◦ green 192 ◦ blue 240

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

Shades of Malibu #57C0F0

Tints of Malibu #57C0F0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.99%

 BLUE value IS 240 (94.14% from 255) = 46.24%

R = 16.76%
G = 36.99%
B = 46.24%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#57C0F0 (or 0x57C0F0) is known color: Malibu. HEX triplet: 57, C0 and F0. RGB value is (87,192,240). Sum of RGB (Red+Green+Blue) = 87+192+240=519 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.76% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #57C0F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57C0F0 is #A83F0F. Grayscale: #A5A5A5. Windows color (decimal): -11026192 or 15777879. OLE color: 15777879.

HSL color Cylindrical-coordinate representation of color #57C0F0: hue angle of 198.82º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57C0F0 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 192 240 -
CMYK 0.64 0.20 0 0.06
HSL 198.82º 0.84% 0.64% -
HSV(B) 198.82º 0.64% 0.94% -
XYZ 38.51 46.02 89.29 -
YUV 166.08 169.71 71.6 -
System Red Green Blue C M Y K H S L
Decimal 87 192 240 0.64 0.20 0 0.06 198.82 0.84 0.64
Hex 57 C0 F0 40 14 0 6 C7 54 40
Octal 127 300 360 100 24 0 6 307 124 100
Binary 1010111 11000000 11110000 1000000 10100 0 110 11000111 1010100 1000000

Color Harmonies of #57C0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C0F0

Black with #57C0F0

Text Example


Text Example

White with #57C0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,192,240); }

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

background-color css

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

 a { background-color: rgb(87,192,240); }

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

border-color css

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

 span { border-color: rgb(87,192,240); }

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