Html Css Color HEX #53ACF6 Malibu

📋 copy color: '#53ACF6'

red 83 ◦ green 172 ◦ blue 246

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

Shades of Malibu #53ACF6

Tints of Malibu #53ACF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.1%

R = 16.57%
G = 34.33%
B = 49.1%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#53ACF6 (or 0x53ACF6) is known color: Malibu. HEX triplet: 53, AC and F6. RGB value is (83,172,246). Sum of RGB (Red+Green+Blue) = 83+172+246=501 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.57% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #53ACF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ACF6 is #AC5309. Grayscale: #999999. Windows color (decimal): -11293450 or 16165971. OLE color: 16165971.

HSL color Cylindrical-coordinate representation of color #53ACF6: hue angle of 207.24º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53ACF6 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 172 246 -
CMYK 0.66 0.30 0 0.04
HSL 207.24º 0.9% 0.65% -
HSV(B) 207.24º 0.66% 0.96% -
XYZ 34.95 38 92.68 -
YUV 153.83 180.01 77.48 -
System Red Green Blue C M Y K H S L
Decimal 83 172 246 0.66 0.30 0 0.04 207.24 0.9 0.65
Hex 53 AC F6 42 1E 0 4 CF 5A 41
Octal 123 254 366 102 36 0 4 317 132 101
Binary 1010011 10101100 11110110 1000010 11110 0 100 11001111 1011010 1000001

Color Harmonies of #53ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ACF6

Black with #53ACF6

Text Example


Text Example

White with #53ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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