Html Css Color HEX #5CBCEC Malibu

📋 copy color: '#5CBCEC'

red 92 ◦ green 188 ◦ blue 236

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

Shades of Malibu #5CBCEC

Tints of Malibu #5CBCEC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.43%

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

R = 17.83%
G = 36.43%
B = 45.74%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5CBCEC (or 0x5CBCEC) is known color: Malibu. HEX triplet: 5C, BC and EC. RGB value is (92,188,236). Sum of RGB (Red+Green+Blue) = 92+188+236=516 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.83% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #5CBCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBCEC is #A34313. Grayscale: #A4A4A4. Windows color (decimal): -10699540 or 15514716. OLE color: 15514716.

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

Color convert

RGB 92 188 236 -
CMYK 0.61 0.20 0 0.07
HSL 200º 0.79% 0.64% -
HSV(B) 200º 0.61% 0.93% -
XYZ 37.54 44.3 85.93 -
YUV 164.77 168.2 76.1 -
System Red Green Blue C M Y K H S L
Decimal 92 188 236 0.61 0.20 0 0.07 200 0.79 0.64
Hex 5C BC EC 3D 14 0 7 C8 4F 40
Octal 134 274 354 75 24 0 7 310 117 100
Binary 1011100 10111100 11101100 111101 10100 0 111 11001000 1001111 1000000

Color Harmonies of #5CBCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBCEC

Black with #5CBCEC

Text Example


Text Example

White with #5CBCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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