Html Css Color HEX #5ABFF2 Malibu

📋 copy color: '#5ABFF2'

red 90 ◦ green 191 ◦ blue 242

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

Shades of Malibu #5ABFF2

Tints of Malibu #5ABFF2

RGB

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

 GREEN value IS 191 (75% from 255) = 36.52%

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

R = 17.21%
G = 36.52%
B = 46.27%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5ABFF2 (or 0x5ABFF2) is known color: Malibu. HEX triplet: 5A, BF and F2. RGB value is (90,191,242). Sum of RGB (Red+Green+Blue) = 90+191+242=523 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.21% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #5ABFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABFF2 is #A5400D. Grayscale: #A6A6A6. Windows color (decimal): -10829838 or 15908698. OLE color: 15908698.

HSL color Cylindrical-coordinate representation of color #5ABFF2: hue angle of 200.13º 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 #5ABFF2 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 191 242 -
CMYK 0.63 0.21 0 0.05
HSL 200.13º 0.85% 0.65% -
HSV(B) 200.13º 0.63% 0.95% -
XYZ 38.87 45.85 90.8 -
YUV 166.62 170.54 73.35 -
System Red Green Blue C M Y K H S L
Decimal 90 191 242 0.63 0.21 0 0.05 200.13 0.85 0.65
Hex 5A BF F2 3F 15 0 5 C8 55 41
Octal 132 277 362 77 25 0 5 310 125 101
Binary 1011010 10111111 11110010 111111 10101 0 101 11001000 1010101 1000001

Color Harmonies of #5ABFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABFF2

Black with #5ABFF2

Text Example


Text Example

White with #5ABFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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