Html Css Color HEX #53C7EA Malibu

📋 copy color: '#53C7EA'

red 83 ◦ green 199 ◦ blue 234

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

Shades of Malibu #53C7EA

Tints of Malibu #53C7EA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.57%

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

R = 16.09%
G = 38.57%
B = 45.35%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#53C7EA (or 0x53C7EA) is known color: Malibu. HEX triplet: 53, C7 and EA. RGB value is (83,199,234). Sum of RGB (Red+Green+Blue) = 83+199+234=516 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.09% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #53C7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C7EA is #AC3815. Grayscale: #A8A8A8. Windows color (decimal): -11286550 or 15386451. OLE color: 15386451.

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

Color convert

RGB 83 199 234 -
CMYK 0.65 0.15 0 0.08
HSL 193.91º 0.78% 0.62% -
HSV(B) 193.91º 0.65% 0.92% -
XYZ 38.84 48.63 85.18 -
YUV 168.31 165.07 67.15 -
System Red Green Blue C M Y K H S L
Decimal 83 199 234 0.65 0.15 0 0.08 193.91 0.78 0.62
Hex 53 C7 EA 41 F 0 8 C2 4E 3E
Octal 123 307 352 101 17 0 10 302 116 76
Binary 1010011 11000111 11101010 1000001 1111 0 1000 11000010 1001110 111110

Color Harmonies of #53C7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C7EA

Black with #53C7EA

Text Example


Text Example

White with #53C7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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