Html Css Color HEX #52BAF2 Malibu

📋 copy color: '#52BAF2'

red 82 ◦ green 186 ◦ blue 242

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

Shades of Malibu #52BAF2

Tints of Malibu #52BAF2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.47%

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

R = 16.08%
G = 36.47%
B = 47.45%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#52BAF2 (or 0x52BAF2) is known color: Malibu. HEX triplet: 52, BA and F2. RGB value is (82,186,242). Sum of RGB (Red+Green+Blue) = 82+186+242=510 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.08% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #52BAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BAF2 is #AD450D. Grayscale: #A0A0A0. Windows color (decimal): -11355406 or 15907410. OLE color: 15907410.

HSL color Cylindrical-coordinate representation of color #52BAF2: hue angle of 201º 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 #52BAF2 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 186 242 -
CMYK 0.66 0.23 0 0.05
HSL 201º 0.86% 0.64% -
HSV(B) 201º 0.66% 0.95% -
XYZ 37.07 43.32 90.41 -
YUV 161.29 173.54 71.45 -
System Red Green Blue C M Y K H S L
Decimal 82 186 242 0.66 0.23 0 0.05 201 0.86 0.64
Hex 52 BA F2 42 17 0 5 C9 56 40
Octal 122 272 362 102 27 0 5 311 126 100
Binary 1010010 10111010 11110010 1000010 10111 0 101 11001001 1010110 1000000

Color Harmonies of #52BAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BAF2

Black with #52BAF2

Text Example


Text Example

White with #52BAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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