Html Css Color HEX #56BDFE Maya Blue

📋 copy color: '#56BDFE'

red 86 ◦ green 189 ◦ blue 254

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

Shades of Maya Blue #56BDFE

Tints of Maya Blue #56BDFE

RGB

 RED value IS 86 (33.98% from 255) = 16.26%

 GREEN value IS 189 (74.22% from 255) = 35.73%

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

R = 16.26%
G = 35.73%
B = 48.02%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#56BDFE (or 0x56BDFE) is known color: Maya Blue. HEX triplet: 56, BD and FE. RGB value is (86,189,254). Sum of RGB (Red+Green+Blue) = 86+189+254=529 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.26% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #56BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BDFE is #A94201. Grayscale: #A5A5A5. Windows color (decimal): -11092482 or 16694614. OLE color: 16694614.

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

Color convert

RGB 86 189 254 -
CMYK 0.66 0.26 0 0.00
HSL 203.21º 0.99% 0.67% -
HSV(B) 203.21º 0.66% 1% -
XYZ 39.92 45.53 100.45 -
YUV 165.61 177.88 71.21 -
System Red Green Blue C M Y K H S L
Decimal 86 189 254 0.66 0.26 0 0.00 203.21 0.99 0.67
Hex 56 BD FE 42 1A 0 0 CB 63 43
Octal 126 275 376 102 32 0 0 313 143 103
Binary 1010110 10111101 11111110 1000010 11010 0 0 11001011 1100011 1000011

Color Harmonies of #56BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BDFE

Black with #56BDFE

Text Example


Text Example

White with #56BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56BDFE; }

 p { color: rgb(86,189,254); }

 H1.HeaderClassName
 {
   color: #56BDFE;
 }
 .AnyTagClassName
 {
   color: #56BDFE;
 }
</style>

background-color css

<style>
 a { background-color: #56BDFE; }

 a { background-color: rgb(86,189,254); }

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

border-color css

<style>
 span { border-color: #56BDFE; }

 span { border-color: rgb(86,189,254); }

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