Html Css Color HEX #5CC2EC Malibu

📋 copy color: '#5CC2EC'

red 92 ◦ green 194 ◦ blue 236

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

Shades of Malibu #5CC2EC

Tints of Malibu #5CC2EC

RGB

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

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

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

R = 17.62%
G = 37.16%
B = 45.21%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5CC2EC (or 0x5CC2EC) is known color: Malibu. HEX triplet: 5C, C2 and EC. RGB value is (92,194,236). Sum of RGB (Red+Green+Blue) = 92+194+236=522 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.62% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #5CC2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CC2EC is #A33D13. Grayscale: #A8A8A8. Windows color (decimal): -10698004 or 15516252. OLE color: 15516252.

HSL color Cylindrical-coordinate representation of color #5CC2EC: hue angle of 197.5º 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 #5CC2EC is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 92 194 236 -
CMYK 0.61 0.18 0 0.07
HSL 197.5º 0.79% 0.64% -
HSV(B) 197.5º 0.61% 0.93% -
XYZ 38.85 46.92 86.37 -
YUV 168.29 166.21 73.58 -
System Red Green Blue C M Y K H S L
Decimal 92 194 236 0.61 0.18 0 0.07 197.5 0.79 0.64
Hex 5C C2 EC 3D 12 0 7 C6 4F 40
Octal 134 302 354 75 22 0 7 306 117 100
Binary 1011100 11000010 11101100 111101 10010 0 111 11000110 1001111 1000000

Color Harmonies of #5CC2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC2EC

Black with #5CC2EC

Text Example


Text Example

White with #5CC2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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