Html Css Color HEX #52B6FF Maya Blue

📋 copy color: '#52B6FF'

red 82 ◦ green 182 ◦ blue 255

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

Shades of Maya Blue #52B6FF

Tints of Maya Blue #52B6FF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.07%

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

R = 15.8%
G = 35.07%
B = 49.13%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#52B6FF (or 0x52B6FF) is known color: Maya Blue. HEX triplet: 52, B6 and FF. RGB value is (82,182,255). Sum of RGB (Red+Green+Blue) = 82+182+255=519 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.80% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #52B6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B6FF is #AD4900. Grayscale: #A0A0A0. Windows color (decimal): -11356417 or 16758354. OLE color: 16758354.

HSL color Cylindrical-coordinate representation of color #52B6FF: hue angle of 205.32º 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 #52B6FF is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 82 182 255 -
CMYK 0.68 0.29 0 0
HSL 205.32º 1% 0.66% -
HSV(B) 205.32º 0.68% 1% -
XYZ 38.26 42.47 100.79 -
YUV 160.42 181.37 72.06 -
System Red Green Blue C M Y K H S L
Decimal 82 182 255 0.68 0.29 0 0 205.32 1 0.66
Hex 52 B6 FF 44 1D 0 0 CD 64 42
Octal 122 266 377 104 35 0 0 315 144 102
Binary 1010010 10110110 11111111 1000100 11101 0 0 11001101 1100100 1000010

Color Harmonies of #52B6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B6FF

Black with #52B6FF

Text Example


Text Example

White with #52B6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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