Html Css Color HEX #5CB3EF Malibu

📋 copy color: '#5CB3EF'

red 92 ◦ green 179 ◦ blue 239

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

Shades of Malibu #5CB3EF

Tints of Malibu #5CB3EF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.1%

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

R = 18.04%
G = 35.1%
B = 46.86%

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

#5CB3EF (or 0x5CB3EF) is known color: Malibu. HEX triplet: 5C, B3 and EF. RGB value is (92,179,239). Sum of RGB (Red+Green+Blue) = 92+179+239=510 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.04% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CB3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CB3EF is #A34C10. Grayscale: #9F9F9F. Windows color (decimal): -10701841 or 15709020. OLE color: 15709020.

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

Color convert

RGB 92 179 239 -
CMYK 0.62 0.25 0 0.06
HSL 204.49º 0.82% 0.65% -
HSV(B) 204.49º 0.62% 0.94% -
XYZ 36.11 40.75 87.62 -
YUV 159.83 172.68 79.62 -
System Red Green Blue C M Y K H S L
Decimal 92 179 239 0.62 0.25 0 0.06 204.49 0.82 0.65
Hex 5C B3 EF 3E 19 0 6 CC 52 41
Octal 134 263 357 76 31 0 6 314 122 101
Binary 1011100 10110011 11101111 111110 11001 0 110 11001100 1010010 1000001

Color Harmonies of #5CB3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB3EF

Black with #5CB3EF

Text Example


Text Example

White with #5CB3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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