Html Css Color HEX #52B2FE Malibu

📋 copy color: '#52B2FE'

red 82 ◦ green 178 ◦ blue 254

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

Shades of Malibu #52B2FE

Tints of Malibu #52B2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.63%

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 15.95%
G = 34.63%
B = 49.42%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#52B2FE (or 0x52B2FE) is known color: Malibu. HEX triplet: 52, B2 and FE. RGB value is (82,178,254). Sum of RGB (Red+Green+Blue) = 82+178+254=514 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.95% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #52B2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52B2FE is #AD4D01. Grayscale: #9D9D9D. Windows color (decimal): -11357442 or 16691794. OLE color: 16691794.

HSL color Cylindrical-coordinate representation of color #52B2FE: hue angle of 206.51º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52B2FE is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 178 254 -
CMYK 0.68 0.30 0 0.00
HSL 206.51º 0.99% 0.66% -
HSV(B) 206.51º 0.68% 1% -
XYZ 37.29 40.79 99.67 -
YUV 157.96 182.2 73.82 -
System Red Green Blue C M Y K H S L
Decimal 82 178 254 0.68 0.30 0 0.00 206.51 0.99 0.66
Hex 52 B2 FE 44 1E 0 0 CF 63 42
Octal 122 262 376 104 36 0 0 317 143 102
Binary 1010010 10110010 11111110 1000100 11110 0 0 11001111 1100011 1000010

Color Harmonies of #52B2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B2FE

Black with #52B2FE

Text Example


Text Example

White with #52B2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,178,254); }

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

background-color css

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

 a { background-color: rgb(82,178,254); }

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

border-color css

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

 span { border-color: rgb(82,178,254); }

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