Html Css Color HEX #53ACF3 Malibu

📋 copy color: '#53ACF3'

red 83 ◦ green 172 ◦ blue 243

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

Shades of Malibu #53ACF3

Tints of Malibu #53ACF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.8%

R = 16.67%
G = 34.54%
B = 48.8%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#53ACF3 (or 0x53ACF3) is known color: Malibu. HEX triplet: 53, AC and F3. RGB value is (83,172,243). Sum of RGB (Red+Green+Blue) = 83+172+243=498 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.67% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #53ACF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ACF3 is #AC530C. Grayscale: #999999. Windows color (decimal): -11293453 or 15969363. OLE color: 15969363.

HSL color Cylindrical-coordinate representation of color #53ACF3: hue angle of 206.62º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53ACF3 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 172 243 -
CMYK 0.66 0.29 0 0.05
HSL 206.63º 0.87% 0.64% -
HSV(B) 206.63º 0.66% 0.95% -
XYZ 34.5 37.82 90.27 -
YUV 153.48 178.51 77.73 -
System Red Green Blue C M Y K H S L
Decimal 83 172 243 0.66 0.29 0 0.05 206.63 0.87 0.64
Hex 53 AC F3 42 1D 0 5 CF 57 40
Octal 123 254 363 102 35 0 5 317 127 100
Binary 1010011 10101100 11110011 1000010 11101 0 101 11001111 1010111 1000000

Color Harmonies of #53ACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ACF3

Black with #53ACF3

Text Example


Text Example

White with #53ACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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