Html Css Color HEX #56BAFE Maya Blue

📋 copy color: '#56BAFE'

red 86 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #56BAFE

Tints of Maya Blue #56BAFE

RGB

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

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

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

R = 16.35%
G = 35.36%
B = 48.29%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#56BAFE (or 0x56BAFE) is known color: Maya Blue. HEX triplet: 56, BA and FE. RGB value is (86,186,254). Sum of RGB (Red+Green+Blue) = 86+186+254=526 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.35% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #56BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56BAFE is #A94501. Grayscale: #A3A3A3. Windows color (decimal): -11093250 or 16693846. OLE color: 16693846.

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

Color convert

RGB 86 186 254 -
CMYK 0.66 0.27 0 0.00
HSL 204.29º 0.99% 0.67% -
HSV(B) 204.29º 0.66% 1% -
XYZ 39.29 44.25 100.24 -
YUV 163.85 178.87 72.47 -
System Red Green Blue C M Y K H S L
Decimal 86 186 254 0.66 0.27 0 0.00 204.29 0.99 0.67
Hex 56 BA FE 42 1B 0 0 CC 63 43
Octal 126 272 376 102 33 0 0 314 143 103
Binary 1010110 10111010 11111110 1000010 11011 0 0 11001100 1100011 1000011

Color Harmonies of #56BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BAFE

Black with #56BAFE

Text Example


Text Example

White with #56BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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