Html Css Color HEX #5AC7EC Malibu

📋 copy color: '#5AC7EC'

red 90 ◦ green 199 ◦ blue 236

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

Shades of Malibu #5AC7EC

Tints of Malibu #5AC7EC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.9%

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 17.14%
G = 37.9%
B = 44.95%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5AC7EC (or 0x5AC7EC) is known color: Malibu. HEX triplet: 5A, C7 and EC. RGB value is (90,199,236). Sum of RGB (Red+Green+Blue) = 90+199+236=525 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.14% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #5AC7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC7EC is #A53813. Grayscale: #AAAAAA. Windows color (decimal): -10827796 or 15517530. OLE color: 15517530.

HSL color Cylindrical-coordinate representation of color #5AC7EC: hue angle of 195.21º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AC7EC is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 199 236 -
CMYK 0.62 0.16 0 0.07
HSL 195.21º 0.79% 0.64% -
HSV(B) 195.21º 0.62% 0.93% -
XYZ 39.78 49.08 86.73 -
YUV 170.63 164.89 70.49 -
System Red Green Blue C M Y K H S L
Decimal 90 199 236 0.62 0.16 0 0.07 195.21 0.79 0.64
Hex 5A C7 EC 3E 10 0 7 C3 4F 40
Octal 132 307 354 76 20 0 7 303 117 100
Binary 1011010 11000111 11101100 111110 10000 0 111 11000011 1001111 1000000

Color Harmonies of #5AC7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC7EC

Black with #5AC7EC

Text Example


Text Example

White with #5AC7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,199,236); }

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

background-color css

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

 a { background-color: rgb(90,199,236); }

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

border-color css

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

 span { border-color: rgb(90,199,236); }

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