Html Css Color HEX #5AAFF6 Malibu

📋 copy color: '#5AAFF6'

red 90 ◦ green 175 ◦ blue 246

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

Shades of Malibu #5AAFF6

Tints of Malibu #5AAFF6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.25%

 BLUE value IS 246 (96.48% from 255) = 48.14%

R = 17.61%
G = 34.25%
B = 48.14%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5AAFF6 (or 0x5AAFF6) is known color: Malibu. HEX triplet: 5A, AF and F6. RGB value is (90,175,246). Sum of RGB (Red+Green+Blue) = 90+175+246=511 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.61% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 246 (96.48% from 255 or 48.14% from 511); Max value from RGB is 246 - color contains mainly: blue. Hex color #5AAFF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AAFF6 is #A55009. Grayscale: #9D9D9D. Windows color (decimal): -10833930 or 16166746. OLE color: 16166746.

HSL color Cylindrical-coordinate representation of color #5AAFF6: hue angle of 207.31º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AAFF6 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 175 246 -
CMYK 0.63 0.29 0 0.04
HSL 207.31º 0.9% 0.66% -
HSV(B) 207.31º 0.63% 0.96% -
XYZ 36.18 39.49 92.9 -
YUV 157.68 177.84 79.73 -
System Red Green Blue C M Y K H S L
Decimal 90 175 246 0.63 0.29 0 0.04 207.31 0.9 0.66
Hex 5A AF F6 3F 1D 0 4 CF 5A 42
Octal 132 257 366 77 35 0 4 317 132 102
Binary 1011010 10101111 11110110 111111 11101 0 100 11001111 1011010 1000010

Color Harmonies of #5AAFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAFF6

Black with #5AAFF6

Text Example


Text Example

White with #5AAFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,175,246); }

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

background-color css

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

 a { background-color: rgb(90,175,246); }

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

border-color css

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

 span { border-color: rgb(90,175,246); }

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