Html Css Color HEX #5CC4EC Malibu

📋 copy color: '#5CC4EC'

red 92 ◦ green 196 ◦ blue 236

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

Shades of Malibu #5CC4EC

Tints of Malibu #5CC4EC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.4%

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 17.56%
G = 37.4%
B = 45.04%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5CC4EC (or 0x5CC4EC) is known color: Malibu. HEX triplet: 5C, C4 and EC. RGB value is (92,196,236). Sum of RGB (Red+Green+Blue) = 92+196+236=524 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.56% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #5CC4EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CC4EC is #A33B13. Grayscale: #A9A9A9. Windows color (decimal): -10697492 or 15516764. OLE color: 15516764.

HSL color Cylindrical-coordinate representation of color #5CC4EC: hue angle of 196.67º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CC4EC is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 92 196 236 -
CMYK 0.61 0.17 0 0.07
HSL 196.67º 0.79% 0.64% -
HSV(B) 196.67º 0.61% 0.93% -
XYZ 39.29 47.81 86.51 -
YUV 169.46 165.54 72.75 -
System Red Green Blue C M Y K H S L
Decimal 92 196 236 0.61 0.17 0 0.07 196.67 0.79 0.64
Hex 5C C4 EC 3D 11 0 7 C5 4F 40
Octal 134 304 354 75 21 0 7 305 117 100
Binary 1011100 11000100 11101100 111101 10001 0 111 11000101 1001111 1000000

Color Harmonies of #5CC4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC4EC

Black with #5CC4EC

Text Example


Text Example

White with #5CC4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,196,236); }

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

background-color css

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

 a { background-color: rgb(92,196,236); }

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

border-color css

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

 span { border-color: rgb(92,196,236); }

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