Html Css Color HEX #5CB0EC Malibu

📋 copy color: '#5CB0EC'

red 92 ◦ green 176 ◦ blue 236

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

Shades of Malibu #5CB0EC

Tints of Malibu #5CB0EC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.92%

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

R = 18.25%
G = 34.92%
B = 46.83%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5CB0EC (or 0x5CB0EC) is known color: Malibu. HEX triplet: 5C, B0 and EC. RGB value is (92,176,236). Sum of RGB (Red+Green+Blue) = 92+176+236=504 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.25% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #5CB0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CB0EC is #A34F13. Grayscale: #9D9D9D. Windows color (decimal): -10702612 or 15511644. OLE color: 15511644.

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

Color convert

RGB 92 176 236 -
CMYK 0.61 0.25 0 0.07
HSL 205º 0.79% 0.64% -
HSV(B) 205º 0.61% 0.93% -
XYZ 35.08 39.38 85.11 -
YUV 157.72 172.17 81.12 -
System Red Green Blue C M Y K H S L
Decimal 92 176 236 0.61 0.25 0 0.07 205 0.79 0.64
Hex 5C B0 EC 3D 19 0 7 CD 4F 40
Octal 134 260 354 75 31 0 7 315 117 100
Binary 1011100 10110000 11101100 111101 11001 0 111 11001101 1001111 1000000

Color Harmonies of #5CB0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB0EC

Black with #5CB0EC

Text Example


Text Example

White with #5CB0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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