Html Css Color HEX #52C8EA Malibu

📋 copy color: '#52C8EA'

red 82 ◦ green 200 ◦ blue 234

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

Shades of Malibu #52C8EA

Tints of Malibu #52C8EA

RGB

 RED value IS 82 (32.42% from 255) = 15.89%

 GREEN value IS 200 (78.52% from 255) = 38.76%

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

R = 15.89%
G = 38.76%
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

#52C8EA (or 0x52C8EA) is known color: Malibu. HEX triplet: 52, C8 and EA. RGB value is (82,200,234). Sum of RGB (Red+Green+Blue) = 82+200+234=516 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.89% from 516); Green value is 200 (78.52% from 255 or 38.76% 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 #52C8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C8EA is #AD3715. Grayscale: #A8A8A8. Windows color (decimal): -11351830 or 15386706. OLE color: 15386706.

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

Color convert

RGB 82 200 234 -
CMYK 0.65 0.15 0 0.08
HSL 193.42º 0.78% 0.62% -
HSV(B) 193.42º 0.65% 0.92% -
XYZ 38.99 49.04 85.25 -
YUV 168.59 164.91 66.24 -
System Red Green Blue C M Y K H S L
Decimal 82 200 234 0.65 0.15 0 0.08 193.42 0.78 0.62
Hex 52 C8 EA 41 F 0 8 C1 4E 3E
Octal 122 310 352 101 17 0 10 301 116 76
Binary 1010010 11001000 11101010 1000001 1111 0 1000 11000001 1001110 111110

Color Harmonies of #52C8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C8EA

Black with #52C8EA

Text Example


Text Example

White with #52C8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52C8EA; }

 p { color: rgb(82,200,234); }

 H1.HeaderClassName
 {
   color: #52C8EA;
 }
 .AnyTagClassName
 {
   color: #52C8EA;
 }
</style>

background-color css

<style>
 a { background-color: #52C8EA; }

 a { background-color: rgb(82,200,234); }

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

border-color css

<style>
 span { border-color: #52C8EA; }

 span { border-color: rgb(82,200,234); }

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