Html Css Color HEX #52CBFC Maya Blue

📋 copy color: '#52CBFC'

red 82 ◦ green 203 ◦ blue 252

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

Shades of Maya Blue #52CBFC

Tints of Maya Blue #52CBFC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.8%

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

R = 15.27%
G = 37.8%
B = 46.93%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52CBFC (or 0x52CBFC) is known color: Maya Blue. HEX triplet: 52, CB and FC. RGB value is (82,203,252). Sum of RGB (Red+Green+Blue) = 82+203+252=537 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.27% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #52CBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CBFC is #AD3403. Grayscale: #ACACAC. Windows color (decimal): -11351044 or 16567122. OLE color: 16567122.

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

Color convert

RGB 82 203 252 -
CMYK 0.67 0.19 0 0.01
HSL 197.29º 0.97% 0.65% -
HSV(B) 197.29º 0.67% 0.99% -
XYZ 42.41 51.53 99.81 -
YUV 172.41 172.91 63.52 -
System Red Green Blue C M Y K H S L
Decimal 82 203 252 0.67 0.19 0 0.01 197.29 0.97 0.65
Hex 52 CB FC 43 13 0 1 C5 61 41
Octal 122 313 374 103 23 0 1 305 141 101
Binary 1010010 11001011 11111100 1000011 10011 0 1 11000101 1100001 1000001

Color Harmonies of #52CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CBFC

Black with #52CBFC

Text Example


Text Example

White with #52CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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