Html Css Color HEX #53C4EA Malibu

📋 copy color: '#53C4EA'

red 83 ◦ green 196 ◦ blue 234

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

Shades of Malibu #53C4EA

Tints of Malibu #53C4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.21%

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

R = 16.18%
G = 38.21%
B = 45.61%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#53C4EA (or 0x53C4EA) is known color: Malibu. HEX triplet: 53, C4 and EA. RGB value is (83,196,234). Sum of RGB (Red+Green+Blue) = 83+196+234=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #53C4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C4EA is #AC3B15. Grayscale: #A6A6A6. Windows color (decimal): -11287318 or 15385683. OLE color: 15385683.

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

Color convert

RGB 83 196 234 -
CMYK 0.65 0.16 0 0.08
HSL 195.1º 0.78% 0.62% -
HSV(B) 195.1º 0.65% 0.92% -
XYZ 38.16 47.26 84.95 -
YUV 166.55 166.06 68.41 -
System Red Green Blue C M Y K H S L
Decimal 83 196 234 0.65 0.16 0 0.08 195.1 0.78 0.62
Hex 53 C4 EA 41 10 0 8 C3 4E 3E
Octal 123 304 352 101 20 0 10 303 116 76
Binary 1010011 11000100 11101010 1000001 10000 0 1000 11000011 1001110 111110

Color Harmonies of #53C4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C4EA

Black with #53C4EA

Text Example


Text Example

White with #53C4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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