Html Css Color HEX #53CEFC Maya Blue

📋 copy color: '#53CEFC'

red 83 ◦ green 206 ◦ blue 252

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

Shades of Maya Blue #53CEFC

Tints of Maya Blue #53CEFC

RGB

 RED value IS 83 (32.81% from 255) = 15.34%

 GREEN value IS 206 (80.86% from 255) = 38.08%

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

R = 15.34%
G = 38.08%
B = 46.58%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#53CEFC (or 0x53CEFC) is known color: Maya Blue. HEX triplet: 53, CE and FC. RGB value is (83,206,252). Sum of RGB (Red+Green+Blue) = 83+206+252=541 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.34% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #53CEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CEFC is #AC3103. Grayscale: #AEAEAE. Windows color (decimal): -11284740 or 16567891. OLE color: 16567891.

HSL color Cylindrical-coordinate representation of color #53CEFC: hue angle of 196.33º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53CEFC is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 206 252 -
CMYK 0.67 0.18 0 0.01
HSL 196.33º 0.97% 0.66% -
HSV(B) 196.33º 0.67% 0.99% -
XYZ 43.21 53.01 100.05 -
YUV 174.47 171.75 62.76 -
System Red Green Blue C M Y K H S L
Decimal 83 206 252 0.67 0.18 0 0.01 196.33 0.97 0.66
Hex 53 CE FC 43 12 0 1 C4 61 42
Octal 123 316 374 103 22 0 1 304 141 102
Binary 1010011 11001110 11111100 1000011 10010 0 1 11000100 1100001 1000010

Color Harmonies of #53CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CEFC

Black with #53CEFC

Text Example


Text Example

White with #53CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53CEFC; }

 p { color: rgb(83,206,252); }

 H1.HeaderClassName
 {
   color: #53CEFC;
 }
 .AnyTagClassName
 {
   color: #53CEFC;
 }
</style>

background-color css

<style>
 a { background-color: #53CEFC; }

 a { background-color: rgb(83,206,252); }

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

border-color css

<style>
 span { border-color: #53CEFC; }

 span { border-color: rgb(83,206,252); }

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