Html Css Color HEX #52B9E4 Malibu

📋 copy color: '#52B9E4'

red 82 ◦ green 185 ◦ blue 228

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

Shades of Malibu #52B9E4

Tints of Malibu #52B9E4

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.37%

 BLUE value IS 228 (89.45% from 255) = 46.06%

R = 16.57%
G = 37.37%
B = 46.06%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#52B9E4 (or 0x52B9E4) is known color: Malibu. HEX triplet: 52, B9 and E4. RGB value is (82,185,228). Sum of RGB (Red+Green+Blue) = 82+185+228=495 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.57% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 228 - color contains mainly: blue. Hex color #52B9E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B9E4 is #AD461B. Grayscale: #9E9E9E. Windows color (decimal): -11355676 or 14989650. OLE color: 14989650.

HSL color Cylindrical-coordinate representation of color #52B9E4: hue angle of 197.67º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52B9E4 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 185 228 -
CMYK 0.64 0.19 0 0.11
HSL 197.67º 0.73% 0.61% -
HSV(B) 197.67º 0.64% 0.89% -
XYZ 34.83 42.09 79.69 -
YUV 159.11 166.88 73 -
System Red Green Blue C M Y K H S L
Decimal 82 185 228 0.64 0.19 0 0.11 197.67 0.73 0.61
Hex 52 B9 E4 40 13 0 B C6 49 3D
Octal 122 271 344 100 23 0 13 306 111 75
Binary 1010010 10111001 11100100 1000000 10011 0 1011 11000110 1001001 111101

Color Harmonies of #52B9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B9E4

Black with #52B9E4

Text Example


Text Example

White with #52B9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,185,228); }

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

background-color css

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

 a { background-color: rgb(82,185,228); }

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

border-color css

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

 span { border-color: rgb(82,185,228); }

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