Html Css Color HEX #52C9F9 Maya Blue

📋 copy color: '#52C9F9'

red 82 ◦ green 201 ◦ blue 249

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

Shades of Maya Blue #52C9F9

Tints of Maya Blue #52C9F9

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.78%

 BLUE value IS 249 (97.66% from 255) = 46.8%

R = 15.41%
G = 37.78%
B = 46.8%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#52C9F9 (or 0x52C9F9) is known color: Maya Blue. HEX triplet: 52, C9 and F9. RGB value is (82,201,249). Sum of RGB (Red+Green+Blue) = 82+201+249=532 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.41% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #52C9F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C9F9 is #AD3606. Grayscale: #AAAAAA. Windows color (decimal): -11351559 or 16370002. OLE color: 16370002.

HSL color Cylindrical-coordinate representation of color #52C9F9: hue angle of 197.25º degrees, saturation: 0.93, 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 #52C9F9 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 201 249 -
CMYK 0.67 0.19 0 0.02
HSL 197.25º 0.93% 0.65% -
HSV(B) 197.25º 0.67% 0.98% -
XYZ 41.47 50.41 97.17 -
YUV 170.89 172.08 64.6 -
System Red Green Blue C M Y K H S L
Decimal 82 201 249 0.67 0.19 0 0.02 197.25 0.93 0.65
Hex 52 C9 F9 43 13 0 2 C5 5D 41
Octal 122 311 371 103 23 0 2 305 135 101
Binary 1010010 11001001 11111001 1000011 10011 0 10 11000101 1011101 1000001

Color Harmonies of #52C9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C9F9

Black with #52C9F9

Text Example


Text Example

White with #52C9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,201,249); }

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

background-color css

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

 a { background-color: rgb(82,201,249); }

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

border-color css

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

 span { border-color: rgb(82,201,249); }

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