Html Css Color HEX #56BBFE Maya Blue

📋 copy color: '#56BBFE'

red 86 ◦ green 187 ◦ blue 254

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

Shades of Maya Blue #56BBFE

Tints of Maya Blue #56BBFE

RGB

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

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

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

R = 16.32%
G = 35.48%
B = 48.2%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#56BBFE (or 0x56BBFE) is known color: Maya Blue. HEX triplet: 56, BB and FE. RGB value is (86,187,254). Sum of RGB (Red+Green+Blue) = 86+187+254=527 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.32% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #56BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BBFE is #A94401. Grayscale: #A4A4A4. Windows color (decimal): -11092994 or 16694102. OLE color: 16694102.

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

Color convert

RGB 86 187 254 -
CMYK 0.66 0.26 0 0.00
HSL 203.93º 0.99% 0.67% -
HSV(B) 203.93º 0.66% 1% -
XYZ 39.5 44.67 100.31 -
YUV 164.44 178.54 72.05 -
System Red Green Blue C M Y K H S L
Decimal 86 187 254 0.66 0.26 0 0.00 203.93 0.99 0.67
Hex 56 BB FE 42 1A 0 0 CC 63 43
Octal 126 273 376 102 32 0 0 314 143 103
Binary 1010110 10111011 11111110 1000010 11010 0 0 11001100 1100011 1000011

Color Harmonies of #56BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BBFE

Black with #56BBFE

Text Example


Text Example

White with #56BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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