Html Css Color HEX #5ACAED Malibu

📋 copy color: '#5ACAED'

red 90 ◦ green 202 ◦ blue 237

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

Shades of Malibu #5ACAED

Tints of Malibu #5ACAED

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.19%

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 17.01%
G = 38.19%
B = 44.8%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5ACAED (or 0x5ACAED) is known color: Malibu. HEX triplet: 5A, CA and ED. RGB value is (90,202,237). Sum of RGB (Red+Green+Blue) = 90+202+237=529 (70% of max value = 765). Red value is 90 (35.55% from 255 or 17.01% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #5ACAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACAED is #A53512. Grayscale: #ACACAC. Windows color (decimal): -10827027 or 15583834. OLE color: 15583834.

HSL color Cylindrical-coordinate representation of color #5ACAED: hue angle of 194.29º degrees, saturation: 0.8, 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 #5ACAED is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 202 237 -
CMYK 0.62 0.15 0 0.07
HSL 194.29º 0.8% 0.64% -
HSV(B) 194.29º 0.62% 0.93% -
XYZ 40.62 50.53 87.73 -
YUV 172.5 164.39 69.15 -
System Red Green Blue C M Y K H S L
Decimal 90 202 237 0.62 0.15 0 0.07 194.29 0.8 0.64
Hex 5A CA ED 3E F 0 7 C2 50 40
Octal 132 312 355 76 17 0 7 302 120 100
Binary 1011010 11001010 11101101 111110 1111 0 111 11000010 1010000 1000000

Color Harmonies of #5ACAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACAED

Black with #5ACAED

Text Example


Text Example

White with #5ACAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,202,237); }

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

background-color css

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

 a { background-color: rgb(90,202,237); }

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

border-color css

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

 span { border-color: rgb(90,202,237); }

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