Html Css Color HEX #52BFFC Maya Blue

📋 copy color: '#52BFFC'

red 82 ◦ green 191 ◦ blue 252

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

Shades of Maya Blue #52BFFC

Tints of Maya Blue #52BFFC

RGB

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

 GREEN value IS 191 (75% from 255) = 36.38%

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

R = 15.62%
G = 36.38%
B = 48%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#52BFFC (or 0x52BFFC) is known color: Maya Blue. HEX triplet: 52, BF and FC. RGB value is (82,191,252). Sum of RGB (Red+Green+Blue) = 82+191+252=525 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.62% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #52BFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BFFC is #AD4003. Grayscale: #A5A5A5. Windows color (decimal): -11354116 or 16564050. OLE color: 16564050.

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

Color convert

RGB 82 191 252 -
CMYK 0.67 0.24 0 0.01
HSL 201.53º 0.97% 0.65% -
HSV(B) 201.53º 0.67% 0.99% -
XYZ 39.68 46.08 98.9 -
YUV 165.36 176.89 68.54 -
System Red Green Blue C M Y K H S L
Decimal 82 191 252 0.67 0.24 0 0.01 201.53 0.97 0.65
Hex 52 BF FC 43 18 0 1 CA 61 41
Octal 122 277 374 103 30 0 1 312 141 101
Binary 1010010 10111111 11111100 1000011 11000 0 1 11001010 1100001 1000001

Color Harmonies of #52BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BFFC

Black with #52BFFC

Text Example


Text Example

White with #52BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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