Html Css Color HEX #5AB7EC Malibu

📋 copy color: '#5AB7EC'

red 90 ◦ green 183 ◦ blue 236

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

Shades of Malibu #5AB7EC

Tints of Malibu #5AB7EC

RGB

 RED value IS 90 (35.55% from 255) = 17.68%

 GREEN value IS 183 (71.88% from 255) = 35.95%

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

R = 17.68%
G = 35.95%
B = 46.37%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5AB7EC (or 0x5AB7EC) is known color: Malibu. HEX triplet: 5A, B7 and EC. RGB value is (90,183,236). Sum of RGB (Red+Green+Blue) = 90+183+236=509 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.68% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #5AB7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB7EC is #A54813. Grayscale: #A0A0A0. Windows color (decimal): -10831892 or 15513434. OLE color: 15513434.

HSL color Cylindrical-coordinate representation of color #5AB7EC: hue angle of 201.78º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AB7EC is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 183 236 -
CMYK 0.62 0.22 0 0.07
HSL 201.78º 0.79% 0.64% -
HSV(B) 201.78º 0.62% 0.93% -
XYZ 36.29 42.1 85.57 -
YUV 161.24 170.19 77.19 -
System Red Green Blue C M Y K H S L
Decimal 90 183 236 0.62 0.22 0 0.07 201.78 0.79 0.64
Hex 5A B7 EC 3E 16 0 7 CA 4F 40
Octal 132 267 354 76 26 0 7 312 117 100
Binary 1011010 10110111 11101100 111110 10110 0 111 11001010 1001111 1000000

Color Harmonies of #5AB7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB7EC

Black with #5AB7EC

Text Example


Text Example

White with #5AB7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,183,236); }

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

background-color css

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

 a { background-color: rgb(90,183,236); }

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

border-color css

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

 span { border-color: rgb(90,183,236); }

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