Html Css Color HEX #53BEF2 Malibu

📋 copy color: '#53BEF2'

red 83 ◦ green 190 ◦ blue 242

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

Shades of Malibu #53BEF2

Tints of Malibu #53BEF2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.89%

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

R = 16.12%
G = 36.89%
B = 46.99%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#53BEF2 (or 0x53BEF2) is known color: Malibu. HEX triplet: 53, BE and F2. RGB value is (83,190,242). Sum of RGB (Red+Green+Blue) = 83+190+242=515 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.12% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #53BEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BEF2 is #AC410D. Grayscale: #A3A3A3. Windows color (decimal): -11288846 or 15908435. OLE color: 15908435.

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

Color convert

RGB 83 190 242 -
CMYK 0.66 0.21 0 0.05
HSL 199.62º 0.86% 0.64% -
HSV(B) 199.62º 0.66% 0.95% -
XYZ 38.01 45.08 90.7 -
YUV 163.94 172.05 70.27 -
System Red Green Blue C M Y K H S L
Decimal 83 190 242 0.66 0.21 0 0.05 199.62 0.86 0.64
Hex 53 BE F2 42 15 0 5 C8 56 40
Octal 123 276 362 102 25 0 5 310 126 100
Binary 1010011 10111110 11110010 1000010 10101 0 101 11001000 1010110 1000000

Color Harmonies of #53BEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BEF2

Black with #53BEF2

Text Example


Text Example

White with #53BEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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