Html Css Color HEX #52C4FA Maya Blue

📋 copy color: '#52C4FA'

red 82 ◦ green 196 ◦ blue 250

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

Shades of Maya Blue #52C4FA

Tints of Maya Blue #52C4FA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.12%

 BLUE value IS 250 (98.05% from 255) = 47.35%

R = 15.53%
G = 37.12%
B = 47.35%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#52C4FA (or 0x52C4FA) is known color: Maya Blue. HEX triplet: 52, C4 and FA. RGB value is (82,196,250). Sum of RGB (Red+Green+Blue) = 82+196+250=528 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.53% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #52C4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C4FA is #AD3B05. Grayscale: #A7A7A7. Windows color (decimal): -11352838 or 16434258. OLE color: 16434258.

HSL color Cylindrical-coordinate representation of color #52C4FA: hue angle of 199.29º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52C4FA is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 196 250 -
CMYK 0.67 0.22 0 0.02
HSL 199.29º 0.94% 0.65% -
HSV(B) 199.29º 0.67% 0.98% -
XYZ 40.47 48.18 97.61 -
YUV 168.07 174.23 66.61 -
System Red Green Blue C M Y K H S L
Decimal 82 196 250 0.67 0.22 0 0.02 199.29 0.94 0.65
Hex 52 C4 FA 43 16 0 2 C7 5E 41
Octal 122 304 372 103 26 0 2 307 136 101
Binary 1010010 11000100 11111010 1000011 10110 0 10 11000111 1011110 1000001

Color Harmonies of #52C4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C4FA

Black with #52C4FA

Text Example


Text Example

White with #52C4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,196,250); }

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

background-color css

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

 a { background-color: rgb(82,196,250); }

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

border-color css

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

 span { border-color: rgb(82,196,250); }

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