Html Css Color HEX #53BFF6 Malibu

📋 copy color: '#53BFF6'

red 83 ◦ green 191 ◦ blue 246

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

Shades of Malibu #53BFF6

Tints of Malibu #53BFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.31%

R = 15.96%
G = 36.73%
B = 47.31%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#53BFF6 (or 0x53BFF6) is known color: Malibu. HEX triplet: 53, BF and F6. RGB value is (83,191,246). Sum of RGB (Red+Green+Blue) = 83+191+246=520 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.96% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #53BFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BFF6 is #AC4009. Grayscale: #A4A4A4. Windows color (decimal): -11288586 or 16170835. OLE color: 16170835.

HSL color Cylindrical-coordinate representation of color #53BFF6: hue angle of 200.25º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53BFF6 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 191 246 -
CMYK 0.66 0.22 0 0.04
HSL 200.25º 0.9% 0.65% -
HSV(B) 200.25º 0.66% 0.96% -
XYZ 38.83 45.75 93.97 -
YUV 164.98 173.72 69.53 -
System Red Green Blue C M Y K H S L
Decimal 83 191 246 0.66 0.22 0 0.04 200.25 0.9 0.65
Hex 53 BF F6 42 16 0 4 C8 5A 41
Octal 123 277 366 102 26 0 4 310 132 101
Binary 1010011 10111111 11110110 1000010 10110 0 100 11001000 1011010 1000001

Color Harmonies of #53BFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BFF6

Black with #53BFF6

Text Example


Text Example

White with #53BFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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