Html Css Color HEX #53BAEA Malibu

📋 copy color: '#53BAEA'

red 83 ◦ green 186 ◦ blue 234

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

Shades of Malibu #53BAEA

Tints of Malibu #53BAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.98%

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

R = 16.5%
G = 36.98%
B = 46.52%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#53BAEA (or 0x53BAEA) is known color: Malibu. HEX triplet: 53, BA and EA. RGB value is (83,186,234). Sum of RGB (Red+Green+Blue) = 83+186+234=503 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.50% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #53BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BAEA is #AC4515. Grayscale: #A0A0A0. Windows color (decimal): -11289878 or 15383123. OLE color: 15383123.

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

Color convert

RGB 83 186 234 -
CMYK 0.65 0.21 0 0.08
HSL 199.07º 0.78% 0.62% -
HSV(B) 199.07º 0.65% 0.92% -
XYZ 35.98 42.9 84.23 -
YUV 160.68 169.38 72.6 -
System Red Green Blue C M Y K H S L
Decimal 83 186 234 0.65 0.21 0 0.08 199.07 0.78 0.62
Hex 53 BA EA 41 15 0 8 C7 4E 3E
Octal 123 272 352 101 25 0 10 307 116 76
Binary 1010011 10111010 11101010 1000001 10101 0 1000 11000111 1001110 111110

Color Harmonies of #53BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BAEA

Black with #53BAEA

Text Example


Text Example

White with #53BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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