Html Css Color HEX #5AC9EF Malibu

📋 copy color: '#5AC9EF'

red 90 ◦ green 201 ◦ blue 239

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

Shades of Malibu #5AC9EF

Tints of Malibu #5AC9EF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.92%

 BLUE value IS 239 (93.75% from 255) = 45.09%

R = 16.98%
G = 37.92%
B = 45.09%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5AC9EF (or 0x5AC9EF) is known color: Malibu. HEX triplet: 5A, C9 and EF. RGB value is (90,201,239). Sum of RGB (Red+Green+Blue) = 90+201+239=530 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.98% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #5AC9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC9EF is #A53610. Grayscale: #ABABAB. Windows color (decimal): -10827281 or 15714650. OLE color: 15714650.

HSL color Cylindrical-coordinate representation of color #5AC9EF: hue angle of 195.3º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AC9EF is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 201 239 -
CMYK 0.62 0.16 0 0.06
HSL 195.3º 0.82% 0.65% -
HSV(B) 195.3º 0.62% 0.94% -
XYZ 40.68 50.18 89.2 -
YUV 172.14 165.73 69.41 -
System Red Green Blue C M Y K H S L
Decimal 90 201 239 0.62 0.16 0 0.06 195.3 0.82 0.65
Hex 5A C9 EF 3E 10 0 6 C3 52 41
Octal 132 311 357 76 20 0 6 303 122 101
Binary 1011010 11001001 11101111 111110 10000 0 110 11000011 1010010 1000001

Color Harmonies of #5AC9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC9EF

Black with #5AC9EF

Text Example


Text Example

White with #5AC9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,201,239); }

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

background-color css

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

 a { background-color: rgb(90,201,239); }

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

border-color css

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

 span { border-color: rgb(90,201,239); }

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