Html Css Color HEX #53B9F1 Malibu

📋 copy color: '#53B9F1'

red 83 ◦ green 185 ◦ blue 241

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

Shades of Malibu #53B9F1

Tints of Malibu #53B9F1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.35%

 BLUE value IS 241 (94.53% from 255) = 47.35%

R = 16.31%
G = 36.35%
B = 47.35%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#53B9F1 (or 0x53B9F1) is known color: Malibu. HEX triplet: 53, B9 and F1. RGB value is (83,185,241). Sum of RGB (Red+Green+Blue) = 83+185+241=509 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.31% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #53B9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53B9F1 is #AC460E. Grayscale: #A0A0A0. Windows color (decimal): -11290127 or 15841619. OLE color: 15841619.

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

Color convert

RGB 83 185 241 -
CMYK 0.66 0.23 0 0.05
HSL 201.27º 0.85% 0.64% -
HSV(B) 201.27º 0.66% 0.95% -
XYZ 36.79 42.89 89.56 -
YUV 160.89 173.21 72.45 -
System Red Green Blue C M Y K H S L
Decimal 83 185 241 0.66 0.23 0 0.05 201.27 0.85 0.64
Hex 53 B9 F1 42 17 0 5 C9 55 40
Octal 123 271 361 102 27 0 5 311 125 100
Binary 1010011 10111001 11110001 1000010 10111 0 101 11001001 1010101 1000000

Color Harmonies of #53B9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B9F1

Black with #53B9F1

Text Example


Text Example

White with #53B9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,185,241); }

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

background-color css

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

 a { background-color: rgb(83,185,241); }

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

border-color css

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

 span { border-color: rgb(83,185,241); }

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