Html Css Color HEX #5AB2EF Malibu

📋 copy color: '#5AB2EF'

red 90 ◦ green 178 ◦ blue 239

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

Shades of Malibu #5AB2EF

Tints of Malibu #5AB2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.11%

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

R = 17.75%
G = 35.11%
B = 47.14%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5AB2EF (or 0x5AB2EF) is known color: Malibu. HEX triplet: 5A, B2 and EF. RGB value is (90,178,239). Sum of RGB (Red+Green+Blue) = 90+178+239=507 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.75% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #5AB2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB2EF is #A54D10. Grayscale: #9E9E9E. Windows color (decimal): -10833169 or 15708762. OLE color: 15708762.

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

Color convert

RGB 90 178 239 -
CMYK 0.62 0.26 0 0.06
HSL 204.56º 0.82% 0.65% -
HSV(B) 204.56º 0.62% 0.94% -
XYZ 35.72 40.25 87.55 -
YUV 158.64 173.35 79.04 -
System Red Green Blue C M Y K H S L
Decimal 90 178 239 0.62 0.26 0 0.06 204.56 0.82 0.65
Hex 5A B2 EF 3E 1A 0 6 CD 52 41
Octal 132 262 357 76 32 0 6 315 122 101
Binary 1011010 10110010 11101111 111110 11010 0 110 11001101 1010010 1000001

Color Harmonies of #5AB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB2EF

Black with #5AB2EF

Text Example


Text Example

White with #5AB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,178,239); }

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

background-color css

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

 a { background-color: rgb(90,178,239); }

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

border-color css

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

 span { border-color: rgb(90,178,239); }

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