Html Css Color HEX #52B0FE Malibu

📋 copy color: '#52B0FE'

red 82 ◦ green 176 ◦ blue 254

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

Shades of Malibu #52B0FE

Tints of Malibu #52B0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.38%

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

R = 16.02%
G = 34.38%
B = 49.61%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#52B0FE (or 0x52B0FE) is known color: Malibu. HEX triplet: 52, B0 and FE. RGB value is (82,176,254). Sum of RGB (Red+Green+Blue) = 82+176+254=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #52B0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52B0FE is #AD4F01. Grayscale: #9C9C9C. Windows color (decimal): -11357954 or 16691282. OLE color: 16691282.

HSL color Cylindrical-coordinate representation of color #52B0FE: hue angle of 207.21º 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 #52B0FE is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 176 254 -
CMYK 0.68 0.31 0 0.00
HSL 207.21º 0.99% 0.66% -
HSV(B) 207.21º 0.68% 1% -
XYZ 36.89 40 99.54 -
YUV 156.79 182.86 74.66 -
System Red Green Blue C M Y K H S L
Decimal 82 176 254 0.68 0.31 0 0.00 207.21 0.99 0.66
Hex 52 B0 FE 44 1F 0 0 CF 63 42
Octal 122 260 376 104 37 0 0 317 143 102
Binary 1010010 10110000 11111110 1000100 11111 0 0 11001111 1100011 1000010

Color Harmonies of #52B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B0FE

Black with #52B0FE

Text Example


Text Example

White with #52B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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