Html Css Color HEX #53ACF0 Malibu

📋 copy color: '#53ACF0'

red 83 ◦ green 172 ◦ blue 240

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

Shades of Malibu #53ACF0

Tints of Malibu #53ACF0

RGB

 RED value IS 83 (32.81% from 255) = 16.77%

 GREEN value IS 172 (67.58% from 255) = 34.75%

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

R = 16.77%
G = 34.75%
B = 48.48%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#53ACF0 (or 0x53ACF0) is known color: Malibu. HEX triplet: 53, AC and F0. RGB value is (83,172,240). Sum of RGB (Red+Green+Blue) = 83+172+240=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #53ACF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ACF0 is #AC530F. Grayscale: #989898. Windows color (decimal): -11293456 or 15772755. OLE color: 15772755.

HSL color Cylindrical-coordinate representation of color #53ACF0: hue angle of 205.99º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53ACF0 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 172 240 -
CMYK 0.65 0.28 0 0.06
HSL 205.99º 0.84% 0.63% -
HSV(B) 205.99º 0.65% 0.94% -
XYZ 34.05 37.64 87.91 -
YUV 153.14 177.01 77.97 -
System Red Green Blue C M Y K H S L
Decimal 83 172 240 0.65 0.28 0 0.06 205.99 0.84 0.63
Hex 53 AC F0 41 1C 0 6 CE 54 3F
Octal 123 254 360 101 34 0 6 316 124 77
Binary 1010011 10101100 11110000 1000001 11100 0 110 11001110 1010100 111111

Color Harmonies of #53ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ACF0

Black with #53ACF0

Text Example


Text Example

White with #53ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53ACF0; }

 p { color: rgb(83,172,240); }

 H1.HeaderClassName
 {
   color: #53ACF0;
 }
 .AnyTagClassName
 {
   color: #53ACF0;
 }
</style>

background-color css

<style>
 a { background-color: #53ACF0; }

 a { background-color: rgb(83,172,240); }

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

border-color css

<style>
 span { border-color: #53ACF0; }

 span { border-color: rgb(83,172,240); }

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