Html Css Color HEX #52CBFE Maya Blue

📋 copy color: '#52CBFE'

red 82 ◦ green 203 ◦ blue 254

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

Shades of Maya Blue #52CBFE

Tints of Maya Blue #52CBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.12%

R = 15.21%
G = 37.66%
B = 47.12%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#52CBFE (or 0x52CBFE) is known color: Maya Blue. HEX triplet: 52, CB and FE. RGB value is (82,203,254). Sum of RGB (Red+Green+Blue) = 82+203+254=539 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.21% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #52CBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CBFE is #AD3401. Grayscale: #ACACAC. Windows color (decimal): -11351042 or 16698194. OLE color: 16698194.

HSL color Cylindrical-coordinate representation of color #52CBFE: hue angle of 197.79º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52CBFE is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 203 254 -
CMYK 0.68 0.20 0 0.00
HSL 197.79º 0.99% 0.66% -
HSV(B) 197.79º 0.68% 1% -
XYZ 42.73 51.66 101.49 -
YUV 172.64 173.91 63.35 -
System Red Green Blue C M Y K H S L
Decimal 82 203 254 0.68 0.20 0 0.00 197.79 0.99 0.66
Hex 52 CB FE 44 14 0 0 C6 63 42
Octal 122 313 376 104 24 0 0 306 143 102
Binary 1010010 11001011 11111110 1000100 10100 0 0 11000110 1100011 1000010

Color Harmonies of #52CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CBFE

Black with #52CBFE

Text Example


Text Example

White with #52CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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