Html Css Color HEX #52BFF6 Malibu

📋 copy color: '#52BFF6'

red 82 ◦ green 191 ◦ blue 246

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

Shades of Malibu #52BFF6

Tints of Malibu #52BFF6

RGB

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

 GREEN value IS 191 (75% from 255) = 36.8%

 BLUE value IS 246 (96.48% from 255) = 47.4%

R = 15.8%
G = 36.8%
B = 47.4%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#52BFF6 (or 0x52BFF6) is known color: Malibu. HEX triplet: 52, BF and F6. RGB value is (82,191,246). Sum of RGB (Red+Green+Blue) = 82+191+246=519 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.80% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #52BFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BFF6 is #AD4009. Grayscale: #A4A4A4. Windows color (decimal): -11354122 or 16170834. OLE color: 16170834.

HSL color Cylindrical-coordinate representation of color #52BFF6: hue angle of 200.12º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52BFF6 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 191 246 -
CMYK 0.67 0.22 0 0.04
HSL 200.12º 0.9% 0.64% -
HSV(B) 200.12º 0.67% 0.96% -
XYZ 38.75 45.71 93.97 -
YUV 164.68 173.89 69.03 -
System Red Green Blue C M Y K H S L
Decimal 82 191 246 0.67 0.22 0 0.04 200.12 0.9 0.64
Hex 52 BF F6 43 16 0 4 C8 5A 40
Octal 122 277 366 103 26 0 4 310 132 100
Binary 1010010 10111111 11110110 1000011 10110 0 100 11001000 1011010 1000000

Color Harmonies of #52BFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BFF6

Black with #52BFF6

Text Example


Text Example

White with #52BFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,191,246); }

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

background-color css

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

 a { background-color: rgb(82,191,246); }

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

border-color css

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

 span { border-color: rgb(82,191,246); }

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