Html Css Color HEX #5ABCF2 Malibu

📋 copy color: '#5ABCF2'

red 90 ◦ green 188 ◦ blue 242

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

Shades of Malibu #5ABCF2

Tints of Malibu #5ABCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.54%

R = 17.31%
G = 36.15%
B = 46.54%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5ABCF2 (or 0x5ABCF2) is known color: Malibu. HEX triplet: 5A, BC and F2. RGB value is (90,188,242). Sum of RGB (Red+Green+Blue) = 90+188+242=520 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.31% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #5ABCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABCF2 is #A5430D. Grayscale: #A4A4A4. Windows color (decimal): -10830606 or 15907930. OLE color: 15907930.

HSL color Cylindrical-coordinate representation of color #5ABCF2: hue angle of 201.32º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ABCF2 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 188 242 -
CMYK 0.63 0.22 0 0.05
HSL 201.32º 0.85% 0.65% -
HSV(B) 201.32º 0.63% 0.95% -
XYZ 38.23 44.55 90.59 -
YUV 164.85 171.53 74.61 -
System Red Green Blue C M Y K H S L
Decimal 90 188 242 0.63 0.22 0 0.05 201.32 0.85 0.65
Hex 5A BC F2 3F 16 0 5 C9 55 41
Octal 132 274 362 77 26 0 5 311 125 101
Binary 1011010 10111100 11110010 111111 10110 0 101 11001001 1010101 1000001

Color Harmonies of #5ABCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCF2

Black with #5ABCF2

Text Example


Text Example

White with #5ABCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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