Html Css Color HEX #5CC2EB Malibu

📋 copy color: '#5CC2EB'

red 92 ◦ green 194 ◦ blue 235

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

Shades of Malibu #5CC2EB

Tints of Malibu #5CC2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 17.66%
G = 37.24%
B = 45.11%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5CC2EB (or 0x5CC2EB) is known color: Malibu. HEX triplet: 5C, C2 and EB. RGB value is (92,194,235). Sum of RGB (Red+Green+Blue) = 92+194+235=521 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.66% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #5CC2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CC2EB is #A33D14. Grayscale: #A7A7A7. Windows color (decimal): -10698005 or 15450716. OLE color: 15450716.

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

Color convert

RGB 92 194 235 -
CMYK 0.61 0.17 0 0.08
HSL 197.2º 0.78% 0.64% -
HSV(B) 197.2º 0.61% 0.92% -
XYZ 38.7 46.86 85.6 -
YUV 168.18 165.71 73.67 -
System Red Green Blue C M Y K H S L
Decimal 92 194 235 0.61 0.17 0 0.08 197.2 0.78 0.64
Hex 5C C2 EB 3D 11 0 8 C5 4E 40
Octal 134 302 353 75 21 0 10 305 116 100
Binary 1011100 11000010 11101011 111101 10001 0 1000 11000101 1001110 1000000

Color Harmonies of #5CC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC2EB

Black with #5CC2EB

Text Example


Text Example

White with #5CC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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