Html Css Color HEX #52CEFF Maya Blue

📋 copy color: '#52CEFF'

red 82 ◦ green 206 ◦ blue 255

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

Shades of Maya Blue #52CEFF

Tints of Maya Blue #52CEFF

RGB

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

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

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

R = 15.1%
G = 37.94%
B = 46.96%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#52CEFF (or 0x52CEFF) is known color: Maya Blue. HEX triplet: 52, CE and FF. RGB value is (82,206,255). Sum of RGB (Red+Green+Blue) = 82+206+255=543 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.10% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #52CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CEFF is #AD3100. Grayscale: #AEAEAE. Windows color (decimal): -11350273 or 16764498. OLE color: 16764498.

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

Color convert

RGB 82 206 255 -
CMYK 0.68 0.19 0 0
HSL 196.99º 1% 0.66% -
HSV(B) 196.99º 0.68% 1% -
XYZ 43.6 53.16 102.57 -
YUV 174.51 173.42 62.02 -
System Red Green Blue C M Y K H S L
Decimal 82 206 255 0.68 0.19 0 0 196.99 1 0.66
Hex 52 CE FF 44 13 0 0 C5 64 42
Octal 122 316 377 104 23 0 0 305 144 102
Binary 1010010 11001110 11111111 1000100 10011 0 0 11000101 1100100 1000010

Color Harmonies of #52CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CEFF

Black with #52CEFF

Text Example


Text Example

White with #52CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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