Html Css Color HEX #52C2FC Maya Blue

📋 copy color: '#52C2FC'

red 82 ◦ green 194 ◦ blue 252

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

Shades of Maya Blue #52C2FC

Tints of Maya Blue #52C2FC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.74%

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

R = 15.53%
G = 36.74%
B = 47.73%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52C2FC (or 0x52C2FC) is known color: Maya Blue. HEX triplet: 52, C2 and FC. RGB value is (82,194,252). Sum of RGB (Red+Green+Blue) = 82+194+252=528 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.53% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #52C2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C2FC is #AD3D03. Grayscale: #A6A6A6. Windows color (decimal): -11353348 or 16564818. OLE color: 16564818.

HSL color Cylindrical-coordinate representation of color #52C2FC: hue angle of 200.47º 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 #52C2FC is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 194 252 -
CMYK 0.67 0.23 0 0.01
HSL 200.47º 0.97% 0.65% -
HSV(B) 200.47º 0.67% 0.99% -
XYZ 40.34 47.41 99.12 -
YUV 167.12 175.89 67.28 -
System Red Green Blue C M Y K H S L
Decimal 82 194 252 0.67 0.23 0 0.01 200.47 0.97 0.65
Hex 52 C2 FC 43 17 0 1 C8 61 41
Octal 122 302 374 103 27 0 1 310 141 101
Binary 1010010 11000010 11111100 1000011 10111 0 1 11001000 1100001 1000001

Color Harmonies of #52C2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C2FC

Black with #52C2FC

Text Example


Text Example

White with #52C2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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