Html Css Color HEX #56D0FE Maya Blue

📋 copy color: '#56D0FE'

red 86 ◦ green 208 ◦ blue 254

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

Shades of Maya Blue #56D0FE

Tints of Maya Blue #56D0FE

RGB

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

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

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

R = 15.69%
G = 37.96%
B = 46.35%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#56D0FE (or 0x56D0FE) is known color: Maya Blue. HEX triplet: 56, D0 and FE. RGB value is (86,208,254). Sum of RGB (Red+Green+Blue) = 86+208+254=548 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.69% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #56D0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D0FE is #A92F01. Grayscale: #B0B0B0. Windows color (decimal): -11087618 or 16699478. OLE color: 16699478.

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

Color convert

RGB 86 208 254 -
CMYK 0.66 0.18 0 0.00
HSL 196.43º 0.99% 0.67% -
HSV(B) 196.43º 0.66% 1% -
XYZ 44.28 54.25 101.9 -
YUV 176.77 171.58 63.26 -
System Red Green Blue C M Y K H S L
Decimal 86 208 254 0.66 0.18 0 0.00 196.43 0.99 0.67
Hex 56 D0 FE 42 12 0 0 C4 63 43
Octal 126 320 376 102 22 0 0 304 143 103
Binary 1010110 11010000 11111110 1000010 10010 0 0 11000100 1100011 1000011

Color Harmonies of #56D0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56D0FE

Black with #56D0FE

Text Example


Text Example

White with #56D0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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