Html Css Color HEX #56D0FF Maya Blue

📋 copy color: '#56D0FF'

red 86 ◦ green 208 ◦ blue 255

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

Shades of Maya Blue #56D0FF

Tints of Maya Blue #56D0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.89%

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

R = 15.66%
G = 37.89%
B = 46.45%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#56D0FF (or 0x56D0FF) is known color: Maya Blue. HEX triplet: 56, D0 and FF. RGB value is (86,208,255). Sum of RGB (Red+Green+Blue) = 86+208+255=549 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.66% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #56D0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D0FF is #A92F00. Grayscale: #B0B0B0. Windows color (decimal): -11087617 or 16765014. OLE color: 16765014.

HSL color Cylindrical-coordinate representation of color #56D0FF: hue angle of 196.69º 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 #56D0FF is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 86 208 255 -
CMYK 0.66 0.18 0 0
HSL 196.69º 1% 0.67% -
HSV(B) 196.69º 0.66% 1% -
XYZ 44.44 54.31 102.75 -
YUV 176.88 172.08 63.18 -
System Red Green Blue C M Y K H S L
Decimal 86 208 255 0.66 0.18 0 0 196.69 1 0.67
Hex 56 D0 FF 42 12 0 0 C5 64 43
Octal 126 320 377 102 22 0 0 305 144 103
Binary 1010110 11010000 11111111 1000010 10010 0 0 11000101 1100100 1000011

Color Harmonies of #56D0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56D0FF

Black with #56D0FF

Text Example


Text Example

White with #56D0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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