Html Css Color HEX #52C0F0 Malibu

📋 copy color: '#52C0F0'

red 82 ◦ green 192 ◦ blue 240

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

Shades of Malibu #52C0F0

Tints of Malibu #52C0F0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.35%

 BLUE value IS 240 (94.14% from 255) = 46.69%

R = 15.95%
G = 37.35%
B = 46.69%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#52C0F0 (or 0x52C0F0) is known color: Malibu. HEX triplet: 52, C0 and F0. RGB value is (82,192,240). Sum of RGB (Red+Green+Blue) = 82+192+240=514 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.95% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #52C0F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C0F0 is #AD3F0F. Grayscale: #A4A4A4. Windows color (decimal): -11353872 or 15777874. OLE color: 15777874.

HSL color Cylindrical-coordinate representation of color #52C0F0: hue angle of 198.23º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52C0F0 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 192 240 -
CMYK 0.66 0.20 0 0.06
HSL 198.23º 0.84% 0.63% -
HSV(B) 198.23º 0.66% 0.94% -
XYZ 38.06 45.78 89.27 -
YUV 164.58 170.56 69.1 -
System Red Green Blue C M Y K H S L
Decimal 82 192 240 0.66 0.20 0 0.06 198.23 0.84 0.63
Hex 52 C0 F0 42 14 0 6 C6 54 3F
Octal 122 300 360 102 24 0 6 306 124 77
Binary 1010010 11000000 11110000 1000010 10100 0 110 11000110 1010100 111111

Color Harmonies of #52C0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C0F0

Black with #52C0F0

Text Example


Text Example

White with #52C0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,192,240); }

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

background-color css

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

 a { background-color: rgb(82,192,240); }

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

border-color css

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

 span { border-color: rgb(82,192,240); }

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