Html Css Color HEX #56BFFA Maya Blue

📋 copy color: '#56BFFA'

red 86 ◦ green 191 ◦ blue 250

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

Shades of Maya Blue #56BFFA

Tints of Maya Blue #56BFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 36.24%

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 16.32%
G = 36.24%
B = 47.44%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#56BFFA (or 0x56BFFA) is known color: Maya Blue. HEX triplet: 56, BF and FA. RGB value is (86,191,250). Sum of RGB (Red+Green+Blue) = 86+191+250=527 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.32% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #56BFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BFFA is #A94005. Grayscale: #A5A5A5. Windows color (decimal): -11091974 or 16432982. OLE color: 16432982.

HSL color Cylindrical-coordinate representation of color #56BFFA: hue angle of 201.59º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56BFFA is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 191 250 -
CMYK 0.66 0.24 0 0.02
HSL 201.59º 0.94% 0.66% -
HSV(B) 201.59º 0.66% 0.98% -
XYZ 39.72 46.14 97.26 -
YUV 166.33 175.21 70.7 -
System Red Green Blue C M Y K H S L
Decimal 86 191 250 0.66 0.24 0 0.02 201.59 0.94 0.66
Hex 56 BF FA 42 18 0 2 CA 5E 42
Octal 126 277 372 102 30 0 2 312 136 102
Binary 1010110 10111111 11111010 1000010 11000 0 10 11001010 1011110 1000010

Color Harmonies of #56BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BFFA

Black with #56BFFA

Text Example


Text Example

White with #56BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,191,250); }

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

background-color css

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

 a { background-color: rgb(86,191,250); }

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

border-color css

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

 span { border-color: rgb(86,191,250); }

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