Html Css Color HEX #5AC8F0 Malibu

📋 copy color: '#5AC8F0'

red 90 ◦ green 200 ◦ blue 240

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

Shades of Malibu #5AC8F0

Tints of Malibu #5AC8F0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.74%

 BLUE value IS 240 (94.14% from 255) = 45.28%

R = 16.98%
G = 37.74%
B = 45.28%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5AC8F0 (or 0x5AC8F0) is known color: Malibu. HEX triplet: 5A, C8 and F0. RGB value is (90,200,240). Sum of RGB (Red+Green+Blue) = 90+200+240=530 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.98% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #5AC8F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC8F0 is #A5370F. Grayscale: #ABABAB. Windows color (decimal): -10827536 or 15779930. OLE color: 15779930.

HSL color Cylindrical-coordinate representation of color #5AC8F0: hue angle of 196º degrees, saturation: 0.83, 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 #5AC8F0 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 200 240 -
CMYK 0.62 0.17 0 0.06
HSL 196º 0.83% 0.65% -
HSV(B) 196º 0.63% 0.94% -
XYZ 40.6 49.77 89.91 -
YUV 171.67 166.56 69.75 -
System Red Green Blue C M Y K H S L
Decimal 90 200 240 0.62 0.17 0 0.06 196 0.83 0.65
Hex 5A C8 F0 3E 11 0 6 C4 53 41
Octal 132 310 360 76 21 0 6 304 123 101
Binary 1011010 11001000 11110000 111110 10001 0 110 11000100 1010011 1000001

Color Harmonies of #5AC8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC8F0

Black with #5AC8F0

Text Example


Text Example

White with #5AC8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,200,240); }

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

background-color css

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

 a { background-color: rgb(90,200,240); }

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

border-color css

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

 span { border-color: rgb(90,200,240); }

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