Html Css Color HEX #52BAFF Maya Blue

📋 copy color: '#52BAFF'

red 82 ◦ green 186 ◦ blue 255

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

Shades of Maya Blue #52BAFF

Tints of Maya Blue #52BAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.76%

R = 15.68%
G = 35.56%
B = 48.76%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#52BAFF (or 0x52BAFF) is known color: Maya Blue. HEX triplet: 52, BA and FF. RGB value is (82,186,255). Sum of RGB (Red+Green+Blue) = 82+186+255=523 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.68% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #52BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BAFF is #AD4500. Grayscale: #A2A2A2. Windows color (decimal): -11355393 or 16759378. OLE color: 16759378.

HSL color Cylindrical-coordinate representation of color #52BAFF: hue angle of 203.93º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52BAFF is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 186 255 -
CMYK 0.68 0.27 0 0
HSL 203.93º 1% 0.66% -
HSV(B) 203.93º 0.68% 1% -
XYZ 39.09 44.13 101.07 -
YUV 162.77 180.04 70.39 -
System Red Green Blue C M Y K H S L
Decimal 82 186 255 0.68 0.27 0 0 203.93 1 0.66
Hex 52 BA FF 44 1B 0 0 CC 64 42
Octal 122 272 377 104 33 0 0 314 144 102
Binary 1010010 10111010 11111111 1000100 11011 0 0 11001100 1100100 1000010

Color Harmonies of #52BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BAFF

Black with #52BAFF

Text Example


Text Example

White with #52BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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