Html Css Color HEX #52BFF2 Malibu

📋 copy color: '#52BFF2'

red 82 ◦ green 191 ◦ blue 242

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

Shades of Malibu #52BFF2

Tints of Malibu #52BFF2

RGB

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

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

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

R = 15.92%
G = 37.09%
B = 46.99%

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

#52BFF2 (or 0x52BFF2) is known color: Malibu. HEX triplet: 52, BF and F2. RGB value is (82,191,242). Sum of RGB (Red+Green+Blue) = 82+191+242=515 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.92% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #52BFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BFF2 is #AD400D. Grayscale: #A3A3A3. Windows color (decimal): -11354126 or 15908690. OLE color: 15908690.

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

Color convert

RGB 82 191 242 -
CMYK 0.66 0.21 0 0.05
HSL 199.13º 0.86% 0.64% -
HSV(B) 199.13º 0.66% 0.95% -
XYZ 38.14 45.47 90.77 -
YUV 164.22 171.89 69.35 -
System Red Green Blue C M Y K H S L
Decimal 82 191 242 0.66 0.21 0 0.05 199.13 0.86 0.64
Hex 52 BF F2 42 15 0 5 C7 56 40
Octal 122 277 362 102 25 0 5 307 126 100
Binary 1010010 10111111 11110010 1000010 10101 0 101 11000111 1010110 1000000

Color Harmonies of #52BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BFF2

Black with #52BFF2

Text Example


Text Example

White with #52BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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