Html Css Color HEX #5AC7DF Malibu

📋 copy color: '#5AC7DF'

red 90 ◦ green 199 ◦ blue 223

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

Shades of Malibu #5AC7DF

Tints of Malibu #5AC7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 17.58%
G = 38.87%
B = 43.55%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5AC7DF (or 0x5AC7DF) is known color: Malibu. HEX triplet: 5A, C7 and DF. RGB value is (90,199,223). Sum of RGB (Red+Green+Blue) = 90+199+223=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #5AC7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC7DF is #A53820. Grayscale: #A8A8A8. Windows color (decimal): -10827809 or 14665562. OLE color: 14665562.

HSL color Cylindrical-coordinate representation of color #5AC7DF: hue angle of 190.83º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AC7DF is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 199 223 -
CMYK 0.60 0.11 0 0.13
HSL 190.83º 0.68% 0.61% -
HSV(B) 190.83º 0.6% 0.87% -
XYZ 37.96 48.35 77.14 -
YUV 169.15 158.39 71.55 -
System Red Green Blue C M Y K H S L
Decimal 90 199 223 0.60 0.11 0 0.13 190.83 0.68 0.61
Hex 5A C7 DF 3C B 0 D BF 44 3D
Octal 132 307 337 74 13 0 15 277 104 75
Binary 1011010 11000111 11011111 111100 1011 0 1101 10111111 1000100 111101

Color Harmonies of #5AC7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC7DF

Black with #5AC7DF

Text Example


Text Example

White with #5AC7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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