Html Css Color HEX #5ACAF0 Malibu

📋 copy color: '#5ACAF0'

red 90 ◦ green 202 ◦ blue 240

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

Shades of Malibu #5ACAF0

Tints of Malibu #5ACAF0

RGB

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

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

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

R = 16.92%
G = 37.97%
B = 45.11%

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

#5ACAF0 (or 0x5ACAF0) is known color: Malibu. HEX triplet: 5A, CA and F0. RGB value is (90,202,240). Sum of RGB (Red+Green+Blue) = 90+202+240=532 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.92% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #5ACAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACAF0 is #A5350F. Grayscale: #ACACAC. Windows color (decimal): -10827024 or 15780442. OLE color: 15780442.

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

Color convert

RGB 90 202 240 -
CMYK 0.62 0.16 0 0.06
HSL 195.2º 0.83% 0.65% -
HSV(B) 195.2º 0.63% 0.94% -
XYZ 41.07 50.71 90.06 -
YUV 172.84 165.89 68.91 -
System Red Green Blue C M Y K H S L
Decimal 90 202 240 0.62 0.16 0 0.06 195.2 0.83 0.65
Hex 5A CA F0 3E 10 0 6 C3 53 41
Octal 132 312 360 76 20 0 6 303 123 101
Binary 1011010 11001010 11110000 111110 10000 0 110 11000011 1010011 1000001

Color Harmonies of #5ACAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACAF0

Black with #5ACAF0

Text Example


Text Example

White with #5ACAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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