Html Css Color HEX #52BAFC Malibu

📋 copy color: '#52BAFC'

red 82 ◦ green 186 ◦ blue 252

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

Shades of Malibu #52BAFC

Tints of Malibu #52BAFC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.77%

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 15.77%
G = 35.77%
B = 48.46%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52BAFC (or 0x52BAFC) is known color: Malibu. HEX triplet: 52, BA and FC. RGB value is (82,186,252). Sum of RGB (Red+Green+Blue) = 82+186+252=520 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.77% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #52BAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BAFC is #AD4503. Grayscale: #A2A2A2. Windows color (decimal): -11355396 or 16562770. OLE color: 16562770.

HSL color Cylindrical-coordinate representation of color #52BAFC: hue angle of 203.29º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52BAFC is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 186 252 -
CMYK 0.67 0.26 0 0.01
HSL 203.29º 0.97% 0.65% -
HSV(B) 203.29º 0.67% 0.99% -
XYZ 38.61 43.94 98.54 -
YUV 162.43 178.54 70.63 -
System Red Green Blue C M Y K H S L
Decimal 82 186 252 0.67 0.26 0 0.01 203.29 0.97 0.65
Hex 52 BA FC 43 1A 0 1 CB 61 41
Octal 122 272 374 103 32 0 1 313 141 101
Binary 1010010 10111010 11111100 1000011 11010 0 1 11001011 1100001 1000001

Color Harmonies of #52BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BAFC

Black with #52BAFC

Text Example


Text Example

White with #52BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,186,252); }

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

background-color css

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

 a { background-color: rgb(82,186,252); }

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

border-color css

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

 span { border-color: rgb(82,186,252); }

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