Html Css Color HEX #5CB4EF Malibu

📋 copy color: '#5CB4EF'

red 92 ◦ green 180 ◦ blue 239

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

Shades of Malibu #5CB4EF

Tints of Malibu #5CB4EF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.23%

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

R = 18%
G = 35.23%
B = 46.77%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5CB4EF (or 0x5CB4EF) is known color: Malibu. HEX triplet: 5C, B4 and EF. RGB value is (92,180,239). Sum of RGB (Red+Green+Blue) = 92+180+239=511 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.00% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CB4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CB4EF is #A34B10. Grayscale: #A0A0A0. Windows color (decimal): -10701585 or 15709276. OLE color: 15709276.

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

Color convert

RGB 92 180 239 -
CMYK 0.62 0.25 0 0.06
HSL 204.08º 0.82% 0.65% -
HSV(B) 204.08º 0.62% 0.94% -
XYZ 36.31 41.15 87.69 -
YUV 160.41 172.35 79.2 -
System Red Green Blue C M Y K H S L
Decimal 92 180 239 0.62 0.25 0 0.06 204.08 0.82 0.65
Hex 5C B4 EF 3E 19 0 6 CC 52 41
Octal 134 264 357 76 31 0 6 314 122 101
Binary 1011100 10110100 11101111 111110 11001 0 110 11001100 1010010 1000001

Color Harmonies of #5CB4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB4EF

Black with #5CB4EF

Text Example


Text Example

White with #5CB4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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