Html Css Color HEX #5AC5F1 Malibu

📋 copy color: '#5AC5F1'

red 90 ◦ green 197 ◦ blue 241

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

Shades of Malibu #5AC5F1

Tints of Malibu #5AC5F1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.31%

 BLUE value IS 241 (94.53% from 255) = 45.64%

R = 17.05%
G = 37.31%
B = 45.64%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5AC5F1 (or 0x5AC5F1) is known color: Malibu. HEX triplet: 5A, C5 and F1. RGB value is (90,197,241). Sum of RGB (Red+Green+Blue) = 90+197+241=528 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.05% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #5AC5F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC5F1 is #A53A0E. Grayscale: #A9A9A9. Windows color (decimal): -10828303 or 15844698. OLE color: 15844698.

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

Color convert

RGB 90 197 241 -
CMYK 0.63 0.18 0 0.05
HSL 197.48º 0.84% 0.65% -
HSV(B) 197.48º 0.63% 0.95% -
XYZ 40.06 48.46 90.46 -
YUV 170.02 168.05 70.92 -
System Red Green Blue C M Y K H S L
Decimal 90 197 241 0.63 0.18 0 0.05 197.48 0.84 0.65
Hex 5A C5 F1 3F 12 0 5 C5 54 41
Octal 132 305 361 77 22 0 5 305 124 101
Binary 1011010 11000101 11110001 111111 10010 0 101 11000101 1010100 1000001

Color Harmonies of #5AC5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC5F1

Black with #5AC5F1

Text Example


Text Example

White with #5AC5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,197,241); }

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

background-color css

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

 a { background-color: rgb(90,197,241); }

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

border-color css

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

 span { border-color: rgb(90,197,241); }

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