Html Css Color HEX #52BDF2 Malibu

📋 copy color: '#52BDF2'

red 82 ◦ green 189 ◦ blue 242

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

Shades of Malibu #52BDF2

Tints of Malibu #52BDF2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.84%

 BLUE value IS 242 (94.92% from 255) = 47.17%

R = 15.98%
G = 36.84%
B = 47.17%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#52BDF2 (or 0x52BDF2) is known color: Malibu. HEX triplet: 52, BD and F2. RGB value is (82,189,242). Sum of RGB (Red+Green+Blue) = 82+189+242=513 (67% of max value = 765). Red value is 82 (32.42% from 255 or 15.98% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #52BDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BDF2 is #AD420D. Grayscale: #A2A2A2. Windows color (decimal): -11354638 or 15908178. OLE color: 15908178.

HSL color Cylindrical-coordinate representation of color #52BDF2: hue angle of 199.88º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52BDF2 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 189 242 -
CMYK 0.66 0.22 0 0.05
HSL 199.88º 0.86% 0.64% -
HSV(B) 199.88º 0.66% 0.95% -
XYZ 37.7 44.6 90.63 -
YUV 163.05 172.55 70.19 -
System Red Green Blue C M Y K H S L
Decimal 82 189 242 0.66 0.22 0 0.05 199.88 0.86 0.64
Hex 52 BD F2 42 16 0 5 C8 56 40
Octal 122 275 362 102 26 0 5 310 126 100
Binary 1010010 10111101 11110010 1000010 10110 0 101 11001000 1010110 1000000

Color Harmonies of #52BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BDF2

Black with #52BDF2

Text Example


Text Example

White with #52BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,189,242); }

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

background-color css

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

 a { background-color: rgb(82,189,242); }

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

border-color css

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

 span { border-color: rgb(82,189,242); }

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