Html Css Color HEX #53BFEA Malibu

📋 copy color: '#53BFEA'

red 83 ◦ green 191 ◦ blue 234

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

Shades of Malibu #53BFEA

Tints of Malibu #53BFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.06%

R = 16.34%
G = 37.6%
B = 46.06%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#53BFEA (or 0x53BFEA) is known color: Malibu. HEX triplet: 53, BF and EA. RGB value is (83,191,234). Sum of RGB (Red+Green+Blue) = 83+191+234=508 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.34% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #53BFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BFEA is #AC4015. Grayscale: #A3A3A3. Windows color (decimal): -11288598 or 15384403. OLE color: 15384403.

HSL color Cylindrical-coordinate representation of color #53BFEA: hue angle of 197.09º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53BFEA is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 191 234 -
CMYK 0.65 0.18 0 0.08
HSL 197.09º 0.78% 0.62% -
HSV(B) 197.09º 0.65% 0.92% -
XYZ 37.05 45.04 84.58 -
YUV 163.61 167.72 70.5 -
System Red Green Blue C M Y K H S L
Decimal 83 191 234 0.65 0.18 0 0.08 197.09 0.78 0.62
Hex 53 BF EA 41 12 0 8 C5 4E 3E
Octal 123 277 352 101 22 0 10 305 116 76
Binary 1010011 10111111 11101010 1000001 10010 0 1000 11000101 1001110 111110

Color Harmonies of #53BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BFEA

Black with #53BFEA

Text Example


Text Example

White with #53BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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