Html Css Color HEX #5CC2DC Malibu

📋 copy color: '#5CC2DC'

red 92 ◦ green 194 ◦ blue 220

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

Shades of Malibu #5CC2DC

Tints of Malibu #5CC2DC

RGB

 RED value IS 92 (36.33% from 255) = 18.18%

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

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

R = 18.18%
G = 38.34%
B = 43.48%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5CC2DC (or 0x5CC2DC) is known color: Malibu. HEX triplet: 5C, C2 and DC. RGB value is (92,194,220). Sum of RGB (Red+Green+Blue) = 92+194+220=506 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.18% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #5CC2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC2DC is #A33D23. Grayscale: #A6A6A6. Windows color (decimal): -10698020 or 14467676. OLE color: 14467676.

HSL color Cylindrical-coordinate representation of color #5CC2DC: hue angle of 192.19º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CC2DC is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 194 220 -
CMYK 0.58 0.12 0 0.14
HSL 192.19º 0.65% 0.61% -
HSV(B) 192.19º 0.58% 0.86% -
XYZ 36.62 46.03 74.66 -
YUV 166.47 158.21 74.89 -
System Red Green Blue C M Y K H S L
Decimal 92 194 220 0.58 0.12 0 0.14 192.19 0.65 0.61
Hex 5C C2 DC 3A C 0 E C0 41 3D
Octal 134 302 334 72 14 0 16 300 101 75
Binary 1011100 11000010 11011100 111010 1100 0 1110 11000000 1000001 111101

Color Harmonies of #5CC2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC2DC

Black with #5CC2DC

Text Example


Text Example

White with #5CC2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CC2DC; }

 p { color: rgb(92,194,220); }

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

background-color css

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

 a { background-color: rgb(92,194,220); }

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

border-color css

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

 span { border-color: rgb(92,194,220); }

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