Html Css Color HEX #52C0F3 Malibu

📋 copy color: '#52C0F3'

red 82 ◦ green 192 ◦ blue 243

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

Shades of Malibu #52C0F3

Tints of Malibu #52C0F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47%

R = 15.86%
G = 37.14%
B = 47%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#52C0F3 (or 0x52C0F3) is known color: Malibu. HEX triplet: 52, C0 and F3. RGB value is (82,192,243). Sum of RGB (Red+Green+Blue) = 82+192+243=517 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.86% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #52C0F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C0F3 is #AD3F0C. Grayscale: #A4A4A4. Windows color (decimal): -11353869 or 15974482. OLE color: 15974482.

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

Color convert

RGB 82 192 243 -
CMYK 0.66 0.21 0 0.05
HSL 199.01º 0.87% 0.64% -
HSV(B) 199.01º 0.66% 0.95% -
XYZ 38.51 45.96 91.64 -
YUV 164.92 172.06 68.85 -
System Red Green Blue C M Y K H S L
Decimal 82 192 243 0.66 0.21 0 0.05 199.01 0.87 0.64
Hex 52 C0 F3 42 15 0 5 C7 57 40
Octal 122 300 363 102 25 0 5 307 127 100
Binary 1010010 11000000 11110011 1000010 10101 0 101 11000111 1010111 1000000

Color Harmonies of #52C0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C0F3

Black with #52C0F3

Text Example


Text Example

White with #52C0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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