Html Css Color HEX #52BEFF Maya Blue

📋 copy color: '#52BEFF'

red 82 ◦ green 190 ◦ blue 255

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

Shades of Maya Blue #52BEFF

Tints of Maya Blue #52BEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.05%

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

R = 15.56%
G = 36.05%
B = 48.39%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#52BEFF (or 0x52BEFF) is known color: Maya Blue. HEX triplet: 52, BE and FF. RGB value is (82,190,255). Sum of RGB (Red+Green+Blue) = 82+190+255=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #52BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BEFF is #AD4100. Grayscale: #A4A4A4. Windows color (decimal): -11354369 or 16760402. OLE color: 16760402.

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

Color convert

RGB 82 190 255 -
CMYK 0.68 0.25 0 0
HSL 202.54º 1% 0.66% -
HSV(B) 202.54º 0.68% 1% -
XYZ 39.94 45.84 101.35 -
YUV 165.12 178.72 68.71 -
System Red Green Blue C M Y K H S L
Decimal 82 190 255 0.68 0.25 0 0 202.54 1 0.66
Hex 52 BE FF 44 19 0 0 CB 64 42
Octal 122 276 377 104 31 0 0 313 144 102
Binary 1010010 10111110 11111111 1000100 11001 0 0 11001011 1100100 1000010

Color Harmonies of #52BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BEFF

Black with #52BEFF

Text Example


Text Example

White with #52BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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