Html Css Color HEX #52BCEA Malibu

📋 copy color: '#52BCEA'

red 82 ◦ green 188 ◦ blue 234

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

Shades of Malibu #52BCEA

Tints of Malibu #52BCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.3%

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

R = 16.27%
G = 37.3%
B = 46.43%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#52BCEA (or 0x52BCEA) is known color: Malibu. HEX triplet: 52, BC and EA. RGB value is (82,188,234). Sum of RGB (Red+Green+Blue) = 82+188+234=504 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.27% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #52BCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BCEA is #AD4315. Grayscale: #A1A1A1. Windows color (decimal): -11354902 or 15383634. OLE color: 15383634.

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

Color convert

RGB 82 188 234 -
CMYK 0.65 0.20 0 0.08
HSL 198.16º 0.78% 0.62% -
HSV(B) 198.16º 0.65% 0.92% -
XYZ 36.31 43.7 84.36 -
YUV 161.55 168.88 71.26 -
System Red Green Blue C M Y K H S L
Decimal 82 188 234 0.65 0.20 0 0.08 198.16 0.78 0.62
Hex 52 BC EA 41 14 0 8 C6 4E 3E
Octal 122 274 352 101 24 0 10 306 116 76
Binary 1010010 10111100 11101010 1000001 10100 0 1000 11000110 1001110 111110

Color Harmonies of #52BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BCEA

Black with #52BCEA

Text Example


Text Example

White with #52BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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