Html Css Color HEX #53AAF2 Malibu

📋 copy color: '#53AAF2'

red 83 ◦ green 170 ◦ blue 242

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

Shades of Malibu #53AAF2

Tints of Malibu #53AAF2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.34%

 BLUE value IS 242 (94.92% from 255) = 48.89%

R = 16.77%
G = 34.34%
B = 48.89%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#53AAF2 (or 0x53AAF2) is known color: Malibu. HEX triplet: 53, AA and F2. RGB value is (83,170,242). Sum of RGB (Red+Green+Blue) = 83+170+242=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #53AAF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53AAF2 is #AC550D. Grayscale: #979797. Windows color (decimal): -11293966 or 15903315. OLE color: 15903315.

HSL color Cylindrical-coordinate representation of color #53AAF2: hue angle of 207.17º degrees, saturation: 0.86, 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 #53AAF2 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 170 242 -
CMYK 0.66 0.30 0 0.05
HSL 207.17º 0.86% 0.64% -
HSV(B) 207.17º 0.66% 0.95% -
XYZ 33.97 37 89.36 -
YUV 152.2 178.68 78.65 -
System Red Green Blue C M Y K H S L
Decimal 83 170 242 0.66 0.30 0 0.05 207.17 0.86 0.64
Hex 53 AA F2 42 1E 0 5 CF 56 40
Octal 123 252 362 102 36 0 5 317 126 100
Binary 1010011 10101010 11110010 1000010 11110 0 101 11001111 1010110 1000000

Color Harmonies of #53AAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AAF2

Black with #53AAF2

Text Example


Text Example

White with #53AAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,170,242); }

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

background-color css

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

 a { background-color: rgb(83,170,242); }

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

border-color css

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

 span { border-color: rgb(83,170,242); }

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