Html Css Color HEX #5ABDF7 Malibu

📋 copy color: '#5ABDF7'

red 90 ◦ green 189 ◦ blue 247

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

Shades of Malibu #5ABDF7

Tints of Malibu #5ABDF7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.93%

 BLUE value IS 247 (96.88% from 255) = 46.96%

R = 17.11%
G = 35.93%
B = 46.96%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5ABDF7 (or 0x5ABDF7) is known color: Malibu. HEX triplet: 5A, BD and F7. RGB value is (90,189,247). Sum of RGB (Red+Green+Blue) = 90+189+247=526 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.11% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 247 - color contains mainly: blue. Hex color #5ABDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABDF7 is #A54208. Grayscale: #A5A5A5. Windows color (decimal): -10830345 or 16235866. OLE color: 16235866.

HSL color Cylindrical-coordinate representation of color #5ABDF7: hue angle of 202.17º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ABDF7 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 90 189 247 -
CMYK 0.64 0.23 0 0.03
HSL 202.17º 0.91% 0.66% -
HSV(B) 202.17º 0.64% 0.97% -
XYZ 39.2 45.28 94.67 -
YUV 166.01 173.7 73.78 -
System Red Green Blue C M Y K H S L
Decimal 90 189 247 0.64 0.23 0 0.03 202.17 0.91 0.66
Hex 5A BD F7 40 17 0 3 CA 5B 42
Octal 132 275 367 100 27 0 3 312 133 102
Binary 1011010 10111101 11110111 1000000 10111 0 11 11001010 1011011 1000010

Color Harmonies of #5ABDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDF7

Black with #5ABDF7

Text Example


Text Example

White with #5ABDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,189,247); }

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

background-color css

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

 a { background-color: rgb(90,189,247); }

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

border-color css

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

 span { border-color: rgb(90,189,247); }

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