Html Css Color HEX #5BAFEC Malibu

📋 copy color: '#5BAFEC'

red 91 ◦ green 175 ◦ blue 236

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

Shades of Malibu #5BAFEC

Tints of Malibu #5BAFEC

RGB

 RED value IS 91 (35.94% from 255) = 18.13%

 GREEN value IS 175 (68.75% from 255) = 34.86%

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

R = 18.13%
G = 34.86%
B = 47.01%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5BAFEC (or 0x5BAFEC) is known color: Malibu. HEX triplet: 5B, AF and EC. RGB value is (91,175,236). Sum of RGB (Red+Green+Blue) = 91+175+236=502 (66% of max value = 765). Red value is 91 (35.94% from 255 or 18.13% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #5BAFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAFEC is #A45013. Grayscale: #9C9C9C. Windows color (decimal): -10768404 or 15511387. OLE color: 15511387.

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

Color convert

RGB 91 175 236 -
CMYK 0.61 0.26 0 0.07
HSL 205.24º 0.79% 0.64% -
HSV(B) 205.24º 0.61% 0.93% -
XYZ 34.78 38.94 85.04 -
YUV 156.84 172.67 81.04 -
System Red Green Blue C M Y K H S L
Decimal 91 175 236 0.61 0.26 0 0.07 205.24 0.79 0.64
Hex 5B AF EC 3D 1A 0 7 CD 4F 40
Octal 133 257 354 75 32 0 7 315 117 100
Binary 1011011 10101111 11101100 111101 11010 0 111 11001101 1001111 1000000

Color Harmonies of #5BAFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAFEC

Black with #5BAFEC

Text Example


Text Example

White with #5BAFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,175,236); }

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

background-color css

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

 a { background-color: rgb(91,175,236); }

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

border-color css

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

 span { border-color: rgb(91,175,236); }

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