Html Css Color HEX #52BBED Malibu

📋 copy color: '#52BBED'

red 82 ◦ green 187 ◦ blue 237

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

Shades of Malibu #52BBED

Tints of Malibu #52BBED

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.96%

 BLUE value IS 237 (92.97% from 255) = 46.84%

R = 16.21%
G = 36.96%
B = 46.84%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52BBED (or 0x52BBED) is known color: Malibu. HEX triplet: 52, BB and ED. RGB value is (82,187,237). Sum of RGB (Red+Green+Blue) = 82+187+237=506 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.21% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #52BBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BBED is #AD4412. Grayscale: #A1A1A1. Windows color (decimal): -11355155 or 15579986. OLE color: 15579986.

HSL color Cylindrical-coordinate representation of color #52BBED: hue angle of 199.35º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52BBED is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 187 237 -
CMYK 0.65 0.21 0 0.07
HSL 199.35º 0.81% 0.63% -
HSV(B) 199.35º 0.65% 0.93% -
XYZ 36.54 43.45 86.58 -
YUV 161.31 170.71 71.43 -
System Red Green Blue C M Y K H S L
Decimal 82 187 237 0.65 0.21 0 0.07 199.35 0.81 0.63
Hex 52 BB ED 41 15 0 7 C7 51 3F
Octal 122 273 355 101 25 0 7 307 121 77
Binary 1010010 10111011 11101101 1000001 10101 0 111 11000111 1010001 111111

Color Harmonies of #52BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BBED

Black with #52BBED

Text Example


Text Example

White with #52BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,187,237); }

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

background-color css

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

 a { background-color: rgb(82,187,237); }

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

border-color css

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

 span { border-color: rgb(82,187,237); }

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