Html Css Color HEX #52BBF6 Malibu

📋 copy color: '#52BBF6'

red 82 ◦ green 187 ◦ blue 246

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

Shades of Malibu #52BBF6

Tints of Malibu #52BBF6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.31%

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

R = 15.92%
G = 36.31%
B = 47.77%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#52BBF6 (or 0x52BBF6) is known color: Malibu. HEX triplet: 52, BB and F6. RGB value is (82,187,246). Sum of RGB (Red+Green+Blue) = 82+187+246=515 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.92% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #52BBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BBF6 is #AD4409. Grayscale: #A1A1A1. Windows color (decimal): -11355146 or 16169810. OLE color: 16169810.

HSL color Cylindrical-coordinate representation of color #52BBF6: hue angle of 201.59º 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 #52BBF6 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 187 246 -
CMYK 0.67 0.24 0 0.04
HSL 201.59º 0.9% 0.64% -
HSV(B) 201.59º 0.67% 0.96% -
XYZ 37.88 43.99 93.68 -
YUV 162.33 175.21 70.7 -
System Red Green Blue C M Y K H S L
Decimal 82 187 246 0.67 0.24 0 0.04 201.59 0.9 0.64
Hex 52 BB F6 43 18 0 4 CA 5A 40
Octal 122 273 366 103 30 0 4 312 132 100
Binary 1010010 10111011 11110110 1000011 11000 0 100 11001010 1011010 1000000

Color Harmonies of #52BBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BBF6

Black with #52BBF6

Text Example


Text Example

White with #52BBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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