Html Css Color HEX #5AC1F3 Malibu

📋 copy color: '#5AC1F3'

red 90 ◦ green 193 ◦ blue 243

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

Shades of Malibu #5AC1F3

Tints of Malibu #5AC1F3

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.69%

 BLUE value IS 243 (95.31% from 255) = 46.2%

R = 17.11%
G = 36.69%
B = 46.2%

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

#5AC1F3 (or 0x5AC1F3) is known color: Malibu. HEX triplet: 5A, C1 and F3. RGB value is (90,193,243). Sum of RGB (Red+Green+Blue) = 90+193+243=526 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.11% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 243 (95.31% from 255 or 46.20% from 526); Max value from RGB is 243 - color contains mainly: blue. Hex color #5AC1F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC1F3 is #A53E0C. Grayscale: #A7A7A7. Windows color (decimal): -10829325 or 15974746. OLE color: 15974746.

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

Color convert

RGB 90 193 243 -
CMYK 0.63 0.21 0 0.05
HSL 199.61º 0.86% 0.65% -
HSV(B) 199.61º 0.63% 0.95% -
XYZ 39.46 46.78 91.74 -
YUV 167.9 170.38 72.43 -
System Red Green Blue C M Y K H S L
Decimal 90 193 243 0.63 0.21 0 0.05 199.61 0.86 0.65
Hex 5A C1 F3 3F 15 0 5 C8 56 41
Octal 132 301 363 77 25 0 5 310 126 101
Binary 1011010 11000001 11110011 111111 10101 0 101 11001000 1010110 1000001

Color Harmonies of #5AC1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC1F3

Black with #5AC1F3

Text Example


Text Example

White with #5AC1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,193,243); }

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

background-color css

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

 a { background-color: rgb(90,193,243); }

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

border-color css

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

 span { border-color: rgb(90,193,243); }

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