Html Css Color HEX #52CCFF Maya Blue

📋 copy color: '#52CCFF'

red 82 ◦ green 204 ◦ blue 255

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

Shades of Maya Blue #52CCFF

Tints of Maya Blue #52CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.71%

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

R = 15.16%
G = 37.71%
B = 47.13%

CMYK

 C value IS 0.68

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#52CCFF (or 0x52CCFF) is known color: Maya Blue. HEX triplet: 52, CC and FF. RGB value is (82,204,255). Sum of RGB (Red+Green+Blue) = 82+204+255=541 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.16% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #52CCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CCFF is #AD3300. Grayscale: #ADADAD. Windows color (decimal): -11350785 or 16763986. OLE color: 16763986.

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

Color convert

RGB 82 204 255 -
CMYK 0.68 0.2 0 0
HSL 197.69º 1% 0.66% -
HSV(B) 197.69º 0.68% 1% -
XYZ 43.12 52.2 102.41 -
YUV 173.34 174.08 62.85 -
System Red Green Blue C M Y K H S L
Decimal 82 204 255 0.68 0.2 0 0 197.69 1 0.66
Hex 52 CC FF 44 14 0 0 C6 64 42
Octal 122 314 377 104 24 0 0 306 144 102
Binary 1010010 11001100 11111111 1000100 10100 0 0 11000110 1100100 1000010

Color Harmonies of #52CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CCFF

Black with #52CCFF

Text Example


Text Example

White with #52CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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