Html Css Color HEX #52BBF3 Malibu

📋 copy color: '#52BBF3'

red 82 ◦ green 187 ◦ blue 243

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

Shades of Malibu #52BBF3

Tints of Malibu #52BBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.46%

R = 16.02%
G = 36.52%
B = 47.46%

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

#52BBF3 (or 0x52BBF3) is known color: Malibu. HEX triplet: 52, BB and F3. RGB value is (82,187,243). Sum of RGB (Red+Green+Blue) = 82+187+243=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #52BBF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BBF3 is #AD440C. Grayscale: #A1A1A1. Windows color (decimal): -11355149 or 15973202. OLE color: 15973202.

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

Color convert

RGB 82 187 243 -
CMYK 0.66 0.23 0 0.05
HSL 200.87º 0.87% 0.64% -
HSV(B) 200.87º 0.66% 0.95% -
XYZ 37.43 43.81 91.28 -
YUV 161.99 173.71 70.95 -
System Red Green Blue C M Y K H S L
Decimal 82 187 243 0.66 0.23 0 0.05 200.87 0.87 0.64
Hex 52 BB F3 42 17 0 5 C9 57 40
Octal 122 273 363 102 27 0 5 311 127 100
Binary 1010010 10111011 11110011 1000010 10111 0 101 11001001 1010111 1000000

Color Harmonies of #52BBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BBF3

Black with #52BBF3

Text Example


Text Example

White with #52BBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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