Html Css Color HEX #5CC2EF Malibu

📋 copy color: '#5CC2EF'

red 92 ◦ green 194 ◦ blue 239

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

Shades of Malibu #5CC2EF

Tints of Malibu #5CC2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.52%

R = 17.52%
G = 36.95%
B = 45.52%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5CC2EF (or 0x5CC2EF) is known color: Malibu. HEX triplet: 5C, C2 and EF. RGB value is (92,194,239). Sum of RGB (Red+Green+Blue) = 92+194+239=525 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.52% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CC2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CC2EF is #A33D10. Grayscale: #A8A8A8. Windows color (decimal): -10698001 or 15712860. OLE color: 15712860.

HSL color Cylindrical-coordinate representation of color #5CC2EF: hue angle of 198.37º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CC2EF is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 92 194 239 -
CMYK 0.62 0.19 0 0.06
HSL 198.37º 0.82% 0.65% -
HSV(B) 198.37º 0.62% 0.94% -
XYZ 39.29 47.09 88.68 -
YUV 168.63 167.71 73.34 -
System Red Green Blue C M Y K H S L
Decimal 92 194 239 0.62 0.19 0 0.06 198.37 0.82 0.65
Hex 5C C2 EF 3E 13 0 6 C6 52 41
Octal 134 302 357 76 23 0 6 306 122 101
Binary 1011100 11000010 11101111 111110 10011 0 110 11000110 1010010 1000001

Color Harmonies of #5CC2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC2EF

Black with #5CC2EF

Text Example


Text Example

White with #5CC2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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