Html Css Color HEX #52CEFC Maya Blue

📋 copy color: '#52CEFC'

red 82 ◦ green 206 ◦ blue 252

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

Shades of Maya Blue #52CEFC

Tints of Maya Blue #52CEFC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.15%

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

R = 15.19%
G = 38.15%
B = 46.67%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52CEFC (or 0x52CEFC) is known color: Maya Blue. HEX triplet: 52, CE and FC. RGB value is (82,206,252). Sum of RGB (Red+Green+Blue) = 82+206+252=540 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.19% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #52CEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CEFC is #AD3103. Grayscale: #ADADAD. Windows color (decimal): -11350276 or 16567890. OLE color: 16567890.

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

Color convert

RGB 82 206 252 -
CMYK 0.67 0.18 0 0.01
HSL 196.24º 0.97% 0.65% -
HSV(B) 196.24º 0.67% 0.99% -
XYZ 43.12 52.96 100.05 -
YUV 174.17 171.92 62.26 -
System Red Green Blue C M Y K H S L
Decimal 82 206 252 0.67 0.18 0 0.01 196.24 0.97 0.65
Hex 52 CE FC 43 12 0 1 C4 61 41
Octal 122 316 374 103 22 0 1 304 141 101
Binary 1010010 11001110 11111100 1000011 10010 0 1 11000100 1100001 1000001

Color Harmonies of #52CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CEFC

Black with #52CEFC

Text Example


Text Example

White with #52CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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