Html Css Color HEX #56B0FE Maya Blue

📋 copy color: '#56B0FE'

red 86 ◦ green 176 ◦ blue 254

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

Shades of Maya Blue #56B0FE

Tints of Maya Blue #56B0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.11%

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

R = 16.67%
G = 34.11%
B = 49.22%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#56B0FE (or 0x56B0FE) is known color: Maya Blue. HEX triplet: 56, B0 and FE. RGB value is (86,176,254). Sum of RGB (Red+Green+Blue) = 86+176+254=516 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.67% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #56B0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56B0FE is #A94F01. Grayscale: #9D9D9D. Windows color (decimal): -11095810 or 16691286. OLE color: 16691286.

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

Color convert

RGB 86 176 254 -
CMYK 0.66 0.31 0 0.00
HSL 207.86º 0.99% 0.67% -
HSV(B) 207.86º 0.66% 1% -
XYZ 37.25 40.18 99.56 -
YUV 157.98 182.18 76.66 -
System Red Green Blue C M Y K H S L
Decimal 86 176 254 0.66 0.31 0 0.00 207.86 0.99 0.67
Hex 56 B0 FE 42 1F 0 0 D0 63 43
Octal 126 260 376 102 37 0 0 320 143 103
Binary 1010110 10110000 11111110 1000010 11111 0 0 11010000 1100011 1000011

Color Harmonies of #56B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B0FE

Black with #56B0FE

Text Example


Text Example

White with #56B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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