Html Css Color HEX #53CBFF Maya Blue

📋 copy color: '#53CBFF'

red 83 ◦ green 203 ◦ blue 255

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

Shades of Maya Blue #53CBFF

Tints of Maya Blue #53CBFF

RGB

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

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

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

R = 15.34%
G = 37.52%
B = 47.13%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#53CBFF (or 0x53CBFF) is known color: Maya Blue. HEX triplet: 53, CB and FF. RGB value is (83,203,255). Sum of RGB (Red+Green+Blue) = 83+203+255=541 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.34% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #53CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CBFF is #AC3400. Grayscale: #ACACAC. Windows color (decimal): -11285505 or 16763731. OLE color: 16763731.

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

Color convert

RGB 83 203 255 -
CMYK 0.67 0.20 0 0
HSL 198.14º 1% 0.66% -
HSV(B) 198.14º 0.67% 1% -
XYZ 42.97 51.77 102.34 -
YUV 173.05 174.24 63.77 -
System Red Green Blue C M Y K H S L
Decimal 83 203 255 0.67 0.20 0 0 198.14 1 0.66
Hex 53 CB FF 43 14 0 0 C6 64 42
Octal 123 313 377 103 24 0 0 306 144 102
Binary 1010011 11001011 11111111 1000011 10100 0 0 11000110 1100100 1000010

Color Harmonies of #53CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CBFF

Black with #53CBFF

Text Example


Text Example

White with #53CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,203,255); }

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

background-color css

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

 a { background-color: rgb(83,203,255); }

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

border-color css

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

 span { border-color: rgb(83,203,255); }

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