Html Css Color HEX #56BBFF Maya Blue

📋 copy color: '#56BBFF'

red 86 ◦ green 187 ◦ blue 255

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

Shades of Maya Blue #56BBFF

Tints of Maya Blue #56BBFF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.42%

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

R = 16.29%
G = 35.42%
B = 48.3%

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

#56BBFF (or 0x56BBFF) is known color: Maya Blue. HEX triplet: 56, BB and FF. RGB value is (86,187,255). Sum of RGB (Red+Green+Blue) = 86+187+255=528 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.29% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #56BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BBFF is #A94400. Grayscale: #A4A4A4. Windows color (decimal): -11092993 or 16759638. OLE color: 16759638.

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

Color convert

RGB 86 187 255 -
CMYK 0.66 0.27 0 0
HSL 204.14º 1% 0.67% -
HSV(B) 204.14º 0.66% 1% -
XYZ 39.66 44.74 101.15 -
YUV 164.55 179.04 71.97 -
System Red Green Blue C M Y K H S L
Decimal 86 187 255 0.66 0.27 0 0 204.14 1 0.67
Hex 56 BB FF 42 1B 0 0 CC 64 43
Octal 126 273 377 102 33 0 0 314 144 103
Binary 1010110 10111011 11111111 1000010 11011 0 0 11001100 1100100 1000011

Color Harmonies of #56BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BBFF

Black with #56BBFF

Text Example


Text Example

White with #56BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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