Html Css Color HEX #52BCEB Malibu

📋 copy color: '#52BCEB'

red 82 ◦ green 188 ◦ blue 235

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

Shades of Malibu #52BCEB

Tints of Malibu #52BCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.53%

R = 16.24%
G = 37.23%
B = 46.53%

CMYK

 C value IS 0.65

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#52BCEB (or 0x52BCEB) is known color: Malibu. HEX triplet: 52, BC and EB. RGB value is (82,188,235). Sum of RGB (Red+Green+Blue) = 82+188+235=505 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.24% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #52BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BCEB is #AD4314. Grayscale: #A1A1A1. Windows color (decimal): -11354901 or 15449170. OLE color: 15449170.

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

Color convert

RGB 82 188 235 -
CMYK 0.65 0.2 0 0.08
HSL 198.43º 0.79% 0.62% -
HSV(B) 198.43º 0.65% 0.92% -
XYZ 36.46 43.76 85.12 -
YUV 161.66 169.38 71.18 -
System Red Green Blue C M Y K H S L
Decimal 82 188 235 0.65 0.2 0 0.08 198.43 0.79 0.62
Hex 52 BC EB 41 14 0 8 C6 4F 3E
Octal 122 274 353 101 24 0 10 306 117 76
Binary 1010010 10111100 11101011 1000001 10100 0 1000 11000110 1001111 111110

Color Harmonies of #52BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BCEB

Black with #52BCEB

Text Example


Text Example

White with #52BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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