Html Css Color HEX #52BBF2 Malibu

📋 copy color: '#52BBF2'

red 82 ◦ green 187 ◦ blue 242

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

Shades of Malibu #52BBF2

Tints of Malibu #52BBF2

RGB

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

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

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

R = 16.05%
G = 36.59%
B = 47.36%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#52BBF2 (or 0x52BBF2) is known color: Malibu. HEX triplet: 52, BB and F2. RGB value is (82,187,242). Sum of RGB (Red+Green+Blue) = 82+187+242=511 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.05% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #52BBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BBF2 is #AD440D. Grayscale: #A1A1A1. Windows color (decimal): -11355150 or 15907666. OLE color: 15907666.

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

Color convert

RGB 82 187 242 -
CMYK 0.66 0.23 0 0.05
HSL 200.63º 0.86% 0.64% -
HSV(B) 200.63º 0.66% 0.95% -
XYZ 37.28 43.75 90.48 -
YUV 161.88 173.21 71.03 -
System Red Green Blue C M Y K H S L
Decimal 82 187 242 0.66 0.23 0 0.05 200.63 0.86 0.64
Hex 52 BB F2 42 17 0 5 C9 56 40
Octal 122 273 362 102 27 0 5 311 126 100
Binary 1010010 10111011 11110010 1000010 10111 0 101 11001001 1010110 1000000

Color Harmonies of #52BBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BBF2

Black with #52BBF2

Text Example


Text Example

White with #52BBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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