Html Css Color HEX #53BFF2 Malibu

📋 copy color: '#53BFF2'

red 83 ◦ green 191 ◦ blue 242

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

Shades of Malibu #53BFF2

Tints of Malibu #53BFF2

RGB

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

 GREEN value IS 191 (75% from 255) = 37.02%

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

R = 16.09%
G = 37.02%
B = 46.9%

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

#53BFF2 (or 0x53BFF2) is known color: Malibu. HEX triplet: 53, BF and F2. RGB value is (83,191,242). Sum of RGB (Red+Green+Blue) = 83+191+242=516 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.09% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #53BFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BFF2 is #AC400D. Grayscale: #A4A4A4. Windows color (decimal): -11288590 or 15908691. OLE color: 15908691.

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

Color convert

RGB 83 191 242 -
CMYK 0.66 0.21 0 0.05
HSL 199.25º 0.86% 0.64% -
HSV(B) 199.25º 0.66% 0.95% -
XYZ 38.23 45.51 90.77 -
YUV 164.52 171.72 69.85 -
System Red Green Blue C M Y K H S L
Decimal 83 191 242 0.66 0.21 0 0.05 199.25 0.86 0.64
Hex 53 BF F2 42 15 0 5 C7 56 40
Octal 123 277 362 102 25 0 5 307 126 100
Binary 1010011 10111111 11110010 1000010 10101 0 101 11000111 1010110 1000000

Color Harmonies of #53BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BFF2

Black with #53BFF2

Text Example


Text Example

White with #53BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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