Html Css Color HEX #56BAFF Maya Blue

📋 copy color: '#56BAFF'

red 86 ◦ green 186 ◦ blue 255

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

Shades of Maya Blue #56BAFF

Tints of Maya Blue #56BAFF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.29%

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

R = 16.32%
G = 35.29%
B = 48.39%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#56BAFF (or 0x56BAFF) is known color: Maya Blue. HEX triplet: 56, BA and FF. RGB value is (86,186,255). Sum of RGB (Red+Green+Blue) = 86+186+255=527 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.32% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #56BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BAFF is #A94500. Grayscale: #A3A3A3. Windows color (decimal): -11093249 or 16759382. OLE color: 16759382.

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

Color convert

RGB 86 186 255 -
CMYK 0.66 0.27 0 0
HSL 204.5º 1% 0.67% -
HSV(B) 204.5º 0.66% 1% -
XYZ 39.45 44.32 101.08 -
YUV 163.97 179.37 72.39 -
System Red Green Blue C M Y K H S L
Decimal 86 186 255 0.66 0.27 0 0 204.5 1 0.67
Hex 56 BA FF 42 1B 0 0 CC 64 43
Octal 126 272 377 102 33 0 0 314 144 103
Binary 1010110 10111010 11111111 1000010 11011 0 0 11001100 1100100 1000011

Color Harmonies of #56BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BAFF

Black with #56BAFF

Text Example


Text Example

White with #56BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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