Html Css Color HEX #56B8FF Maya Blue

📋 copy color: '#56B8FF'

red 86 ◦ green 184 ◦ blue 255

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

Shades of Maya Blue #56B8FF

Tints of Maya Blue #56B8FF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.05%

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

R = 16.38%
G = 35.05%
B = 48.57%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#56B8FF (or 0x56B8FF) is known color: Maya Blue. HEX triplet: 56, B8 and FF. RGB value is (86,184,255). Sum of RGB (Red+Green+Blue) = 86+184+255=525 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.38% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #56B8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56B8FF is #A94700. Grayscale: #A2A2A2. Windows color (decimal): -11093761 or 16758870. OLE color: 16758870.

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

Color convert

RGB 86 184 255 -
CMYK 0.66 0.28 0 0
HSL 205.21º 1% 0.67% -
HSV(B) 205.21º 0.66% 1% -
XYZ 39.03 43.48 100.94 -
YUV 162.79 180.03 73.23 -
System Red Green Blue C M Y K H S L
Decimal 86 184 255 0.66 0.28 0 0 205.21 1 0.67
Hex 56 B8 FF 42 1C 0 0 CD 64 43
Octal 126 270 377 102 34 0 0 315 144 103
Binary 1010110 10111000 11111111 1000010 11100 0 0 11001101 1100100 1000011

Color Harmonies of #56B8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B8FF

Black with #56B8FF

Text Example


Text Example

White with #56B8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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