Html Css Color HEX #53CAEA Malibu

📋 copy color: '#53CAEA'

red 83 ◦ green 202 ◦ blue 234

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

Shades of Malibu #53CAEA

Tints of Malibu #53CAEA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.92%

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

R = 15.99%
G = 38.92%
B = 45.09%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#53CAEA (or 0x53CAEA) is known color: Malibu. HEX triplet: 53, CA and EA. RGB value is (83,202,234). Sum of RGB (Red+Green+Blue) = 83+202+234=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #53CAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CAEA is #AC3515. Grayscale: #A9A9A9. Windows color (decimal): -11285782 or 15387219. OLE color: 15387219.

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

Color convert

RGB 83 202 234 -
CMYK 0.65 0.14 0 0.08
HSL 192.72º 0.78% 0.62% -
HSV(B) 192.72º 0.65% 0.92% -
XYZ 39.54 50.02 85.41 -
YUV 170.07 164.08 65.9 -
System Red Green Blue C M Y K H S L
Decimal 83 202 234 0.65 0.14 0 0.08 192.72 0.78 0.62
Hex 53 CA EA 41 E 0 8 C1 4E 3E
Octal 123 312 352 101 16 0 10 301 116 76
Binary 1010011 11001010 11101010 1000001 1110 0 1000 11000001 1001110 111110

Color Harmonies of #53CAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CAEA

Black with #53CAEA

Text Example


Text Example

White with #53CAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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