Html Css Color HEX #56BDFF Maya Blue

📋 copy color: '#56BDFF'

red 86 ◦ green 189 ◦ blue 255

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

Shades of Maya Blue #56BDFF

Tints of Maya Blue #56BDFF

RGB

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

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

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

R = 16.23%
G = 35.66%
B = 48.11%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#56BDFF (or 0x56BDFF) is known color: Maya Blue. HEX triplet: 56, BD and FF. RGB value is (86,189,255). Sum of RGB (Red+Green+Blue) = 86+189+255=530 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.23% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #56BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BDFF is #A94200. Grayscale: #A5A5A5. Windows color (decimal): -11092481 or 16760150. OLE color: 16760150.

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

Color convert

RGB 86 189 255 -
CMYK 0.66 0.26 0 0
HSL 203.43º 1% 0.67% -
HSV(B) 203.43º 0.66% 1% -
XYZ 40.09 45.59 101.3 -
YUV 165.73 178.38 71.13 -
System Red Green Blue C M Y K H S L
Decimal 86 189 255 0.66 0.26 0 0 203.43 1 0.67
Hex 56 BD FF 42 1A 0 0 CB 64 43
Octal 126 275 377 102 32 0 0 313 144 103
Binary 1010110 10111101 11111111 1000010 11010 0 0 11001011 1100100 1000011

Color Harmonies of #56BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BDFF

Black with #56BDFF

Text Example


Text Example

White with #56BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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