Html Css Color HEX #5ABCEC Malibu

📋 copy color: '#5ABCEC'

red 90 ◦ green 188 ◦ blue 236

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

Shades of Malibu #5ABCEC

Tints of Malibu #5ABCEC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.58%

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

R = 17.51%
G = 36.58%
B = 45.91%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5ABCEC (or 0x5ABCEC) is known color: Malibu. HEX triplet: 5A, BC and EC. RGB value is (90,188,236). Sum of RGB (Red+Green+Blue) = 90+188+236=514 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.51% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #5ABCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABCEC is #A54313. Grayscale: #A3A3A3. Windows color (decimal): -10830612 or 15514714. OLE color: 15514714.

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

Color convert

RGB 90 188 236 -
CMYK 0.62 0.20 0 0.07
HSL 199.73º 0.79% 0.64% -
HSV(B) 199.73º 0.62% 0.93% -
XYZ 37.34 44.2 85.92 -
YUV 164.17 168.53 75.1 -
System Red Green Blue C M Y K H S L
Decimal 90 188 236 0.62 0.20 0 0.07 199.73 0.79 0.64
Hex 5A BC EC 3E 14 0 7 C8 4F 40
Octal 132 274 354 76 24 0 7 310 117 100
Binary 1011010 10111100 11101100 111110 10100 0 111 11001000 1001111 1000000

Color Harmonies of #5ABCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCEC

Black with #5ABCEC

Text Example


Text Example

White with #5ABCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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